Commit Graph

7 Commits

Author SHA1 Message Date
Reed Nightingale
ece69fff3a Let morseText play back at any desired rate, not just the default one 2020-01-19 20:15:01 -08:00
Reed Nightingale
c17136279e Fix .,? morse encodings, and use correct letter spacing based on settings, not hard coded 2020-01-16 23:36:58 -08:00
Reed Nightingale
f329950b6e Merge branch 'master' into one_stop_settings 2020-01-13 22:34:31 -08:00
Reed Nightingale
ef8036ee19 Fix 'F' morse code representation - currently is same as 'L'. First noticed by K7OME 2020-01-06 21:50:21 -08:00
Reed Nightingale
39168d663e Use settings in all files. Compiles, but untested 2020-01-03 23:11:55 -08:00
Caleb Skurdal
9d3194025c
Update morse.cpp
corrected , and added ? characters
2019-12-17 22:57:07 -08:00
Ashhar Farhan
cda86a1b12
Refactored code
The files are not split into .cpp and .h files. The main file ubitxxxx.cpp will have the main routines to control the radio, initialization and main loop. The user interface is implemented in ubitx_ui.cpp, the code for setup/calibration routines is in setup.cpp. Nano gui, keyer, morse.cpp (morse reader) are all libaries that have minimum dependencies on each other.
2019-12-18 12:02:44 +05:30