Wykres commitów

179 Commity (master)

Autor SHA1 Wiadomość Data
DigitalConfections 38fa2af9af Ver 0.7
o Serial TTY communications improvements to fix backspace bugs and prevent the user from overflowing buffers.
2020-05-31 17:10:11 -04:00
DigitalConfections be97ea7629
Merge pull request #10 from DigitalConfections/Dev1
Dev1
2020-05-31 08:26:24 -04:00
DigitalConfections 4e83a0ec01 Fix for g_clock_calibration
o Moved initializeEEPROMVars() back to the top of setup() to ensure g_clock_calibration gets read before first use.
2020-05-31 08:25:41 -04:00
DigitalConfections 8705049fb6 Buffer Overflow Fixed
o Adjusts the size of the serial transmit buffer to accommodate the largest string being sent.
o Updated version to 0.6
2020-05-30 16:59:32 -04:00
DigitalConfections e15eeff4a4
Merge pull request #9 from DigitalConfections/Dev1
Version 0.5
2020-05-30 09:48:49 -04:00
DigitalConfections 6fafb8d453 Version 0.5
o Clock calibration and station ID no longer get erased by a factory reset:
The only way to set these values is using the CAL and ID serial commands.
They still get initialized on an erased EEPROM, but never thereafter.
o MIT license added to all files.
2020-05-30 09:48:04 -04:00
DigitalConfections 935e3326a0
Merge pull request #8 from DigitalConfections/Dev1
Fixes an Oops in Version 0,4
2020-05-29 21:00:32 -04:00
DigitalConfections b9f99029db Fixes an Oops in Version 0,4
o Didn't update version number for version 0.4. This corrects that.
o Also increments the EEPROM flag.
2020-05-29 20:59:55 -04:00
DigitalConfections 43eca659fd
Merge pull request #7 from DigitalConfections/Dev1
Version 0.4
2020-05-29 20:37:41 -04:00
DigitalConfections ed82c999cb Version 0.4
o Fixes a problem with v0.3 in which Arduino changes the default values of Timer 2 registers.
o Turns off 30-second code speed-up for BEACON and Foxoring modes.
2020-05-29 20:33:54 -04:00
DigitalConfections 55c87ac834
Merge pull request #6 from DigitalConfections/Dev1
Ver 0.3 - Minor Fixes and Feature Set
2020-05-29 13:13:09 -04:00
DigitalConfections ae9926a060 Ver 0.3 - Minor Fixes and Feature Set
o Fixed a bug that prevented the SPD settings from getting saved to EEPROM.
o Added a temperature calibration value that gets saved to EEPROM.
o Temp calibration gets set using > TEM C <###> command, where ### is tenths of a degree and can be positive or negative value.
o Added comments
o Style and syntax fixes
o Added a time-since-reset seconds counter that could be used to incorporate  delayed start, or shut-off time features.
2020-05-29 13:12:30 -04:00
DigitalConfections d00a5c4e7e
Merge pull request #5 from DigitalConfections/Dev1
Major Changes
2020-05-29 09:12:00 -04:00
DigitalConfections fc09619935 Major Changes
o Integrated morse.cpp and morse.h into the project along with nacessary changes to make those files work correctly.
o Various bug fixes
o Reduced RAM memory footprint
2020-05-28 22:53:02 -04:00
DigitalConfections 4bcc68d1e2
Merge pull request #4 from DigitalConfections/Dev1
Command List Update
2020-05-26 20:34:16 -04:00
DigitalConfections 5074b01f5f Command List Update
o Added TEM command to the list of commands that gets displayed on the terminal.
2020-05-26 20:33:40 -04:00
DigitalConfections f89d534ced
Merge pull request #3 from DigitalConfections/Dev1
Clean-up and Bug Fix
2020-05-26 20:07:14 -04:00
DigitalConfections e2a1996e85 Clean-up and Bug Fix
o Refactored global variable names.
o Corrected Morse code timing.
o Fixed an error affecting demo mode.
2020-05-26 20:06:22 -04:00
DigitalConfections c11c6bc8a0
Merge pull request #2 from DigitalConfections/Dev1
Dev1
2020-05-26 08:58:31 -04:00
DigitalConfections 895bb5c98f Moved Files
Moved License and Readme outside of script folder.
2020-05-26 08:54:48 -04:00
DigitalConfections b156b5fa2e New Folder
Created a folder to hold the Arduino script. This should allow the project to build under Arduino IDE without the user needing to create a new folder.
2020-05-26 08:50:47 -04:00
DigitalConfections d5210b08b3 Major Revision
o Numerous changes
o New commands
o Bug fixes
o Temperature measurement support
2020-05-25 22:52:05 -04:00
Charles 559b4a3a3f TTY Terminal
o Changed Linkbus to function more like a standard TTY terminal.
o Cleaned up some unused defs
2020-05-25 10:07:29 -04:00
DigitalConfections 74d837439d Fix for previous commit
o Deleted reference to MESSAGE_WIFI
2020-05-24 19:57:00 -04:00
Charles 88cc9455f1 Minor Changes
o Added "VER" command for displaying version number.
o Deletes and cleanup
2020-05-24 16:48:50 -04:00
DigitalConfections 9907fc6932
Merge pull request #1 from DigitalConfections/Dev1
Small Fixes
2020-05-24 16:11:28 -04:00
Charles bd6c56d5e6 Small Fixes
o Fixed "Arduino.H" in defs.h
o Updated version number to 0.1 in defs.h
2020-05-24 16:08:43 -04:00
DigitalConfections b3721aca2d
Add files via upload 2020-05-22 20:37:47 -04:00
DigitalConfections d077e2cdc7
Initial commit 2020-05-22 20:31:53 -04:00