Merge pull request #12 from reedbn/morse-menu
reedbn
2020-02-04 21:50:16 -0800
225464c51aRemove TX offset in CW mode, and refactor frequency setting code so that it's (almost) all in one place. W0EB pointed out this issue, and it appears that it was discussed but never implemented in https://groups.io/g/BITX20/topic/20916360
Reed Nightingale
2020-02-02 15:19:44 -0800
03406f62ccMerge branch 'master' into morse-menu
Reed Nightingale
2020-01-30 20:25:30 -0800
d440be6c66Rename INO file, so that it matches the repo name, and thus doesn't cause issues when checked out initially with default folder name
Reed Nightingale
2020-01-29 21:44:46 -0800
13fa83d440Update reported version
R1.1.2
Reed Nightingale
2020-01-28 20:54:02 -0800
0a880fe8a6Merge master into morse-menu
Reed Nightingale
2020-01-28 20:45:33 -0800
fea7b8d868Move string to PROGMEM, and remove unused return value
Reed Nightingale
2020-01-26 10:42:20 -0800
c38460576bA number of explicit casts, initializations, and type adjustments to avoid warnings
Reed Nightingale
2020-01-26 10:40:59 -0800
6dd4b37d8aanalogRead technically returns an int, but it only can be 0-1023, so practically it's an unsigned int. This matches types for the constants. Also removed cwAdcSTFrom, since the value will always be greater than 0
Reed Nightingale
2020-01-26 10:40:03 -0800
f54320e8cbMatch unsigned with unsigned
Reed Nightingale
2020-01-26 10:39:01 -0800
Merge pull request #4 from reedbn/knob-acceleration
reedbn
2020-01-25 11:12:42 -0800
1b8966103dSend audio for 'Exit' menu option correctly
Reed Nightingale
2020-01-22 00:49:59 -0800
814b646ab0Shuffle CW menu a bit, and reduce lots of menu name string lengths so that they play faster when in CW mode
Reed Nightingale
2020-01-22 00:11:52 -0800
70153f77d2Add morse menu playback to setup
Reed Nightingale
2020-01-22 00:04:12 -0800
13df195efcReplace morse table with direct binary values so that there can't be mis-translations of the hex
Reed Nightingale
2020-01-21 23:54:42 -0800
418acf644bFix morse encoding for 'y'
Reed Nightingale
2020-01-21 23:53:09 -0800
a9e73bb102Instead of having long press of tuner enter menu, have it turn on morse menu readout mode instead
Reed Nightingale
2020-01-21 23:19:00 -0800
d854a51184Add start and end of transmission to morse list
Reed Nightingale
2020-01-21 23:17:47 -0800
edbb17e4c4Fix keypad frequency entry code
Reed Nightingale
2020-01-21 22:59:48 -0800
b0193ca762Add option to turn on and off morse menu playback
Reed Nightingale
2020-01-21 22:06:37 -0800
88d16bb073Add morse playback of main menu
Reed Nightingale
2020-01-21 21:30:18 -0800
3087830bfbExpose single letter morse to other code areas
Reed Nightingale
2020-01-21 21:21:50 -0800
bbdd6840c9Reduce setting step size, since momentum can get places faster
Reed Nightingale
2020-01-21 01:37:09 -0800
13f109c8b3First pass at a momentum function
Reed Nightingale
2020-01-21 01:13:36 -0800
4aea1b7126Slightly change centering. Appears to ride a tiny bit high because it leaves room for below-line characters, like gjpqy
Reed Nightingale
2020-01-19 22:54:42 -0800
755b2214f9Add missing includes to compile
Reed Nightingale
2020-01-19 22:53:00 -0800
9fb4efc5acMove encoder functions to their own file
Reed Nightingale
2020-01-19 22:49:59 -0800