Michael Clemens
|
9d96fa649e
|
callsign.cpp aktualisiert
|
2024-03-21 10:28:21 +01:00 |
|
Michael Clemens
|
6dceffd993
|
reactivated 80m, changed to color scheme to green on black
|
2021-05-17 17:29:57 +02:00 |
|
Michael Clemens
|
36cd505e8e
|
changed band limits, enabled 12m, disabled 80m
|
2021-05-13 15:20:01 +02:00 |
|
Michael Clemens
|
6d4fc996d9
|
Update callsign.cpp
|
2021-05-13 15:15:19 +02:00 |
|
reedbn
|
6c9e759901
|
Add user manual link to readme
|
2021-04-11 18:19:42 -07:00 |
|
reedbn
|
4918670eaa
|
Save 12 bytes by adjusting math, inspried by Jack Purdum
|
2020-12-13 21:51:46 -08:00 |
|
reedbn
|
4eecda170d
|
Add size to comment
|
2020-12-13 21:34:55 -08:00 |
|
reedbn
|
50381da6de
|
Adjust keyer behavior to always run PTT button as if in KEYER_STRAIGHT mode
|
2020-12-13 18:19:13 -08:00 |
|
reedbn
|
b136f5e43c
|
Add parentheses to force correct addition operation. Thanks to Barry Halterman for catching this.
|
2020-12-13 11:44:40 -08:00 |
|
Reed Nightingale
|
a4f5f4b3cb
|
Update displayed version
|
2020-07-18 20:43:36 -07:00 |
|
reedbn
|
ab678f3e8b
|
Merge pull request #13 from reedbn/ide_1_8_13-size-fixes
Arduino IDE 1.8.13 size fixes
|
2020-07-18 20:30:40 -07:00 |
|
Reed Nightingale
|
c62eaaba2e
|
Update readme with compiler info
|
2020-07-18 20:28:43 -07:00 |
|
Reed Nightingale
|
c11c8bfbe3
|
Remove bands that aren't on dial from band lookup struct
|
2020-07-18 18:58:43 -07:00 |
|
Reed Nightingale
|
84f47b0a23
|
Bump version
|
2020-05-05 21:41:45 -07:00 |
|
Reed Nightingale
|
740e881d28
|
Update readme due to new feature
|
2020-05-05 21:41:45 -07:00 |
|
Reed Nightingale
|
71e5f877da
|
Add touch cancellation option
|
2020-05-05 21:32:30 -07:00 |
|
Reed Nightingale
|
e6fa6f935b
|
Fix zraw assignment issue that was preventing touch press-and-hold from working
|
2020-05-05 21:25:52 -07:00 |
|
Reed Nightingale
|
b3a7e34d1b
|
Replace 16-bit read style with slower, but apparently more reliable 8-bit read style
|
2020-05-05 20:36:03 -07:00 |
|
Reed Nightingale
|
d282062eef
|
Force redraw after setupTouch is called so that menu is on screen
|
2020-05-05 20:35:17 -07:00 |
|
Reed Nightingale
|
f76b50fcc3
|
Update commented out debug print, and remove black screen draw at the end
|
2020-05-05 20:34:28 -07:00 |
|
Reed Nightingale
|
488e462c6c
|
Debugging checkpoint
|
2020-05-05 19:54:07 -07:00 |
|
Reed Nightingale
|
c323cec0cb
|
Update readme with lots of information for other prospective developers
|
2020-05-04 23:17:05 -07:00 |
|
Reed Nightingale
|
f541ff8928
|
Get rid of do-nothing functions
|
2020-05-04 23:00:31 -07:00 |
|
Reed Nightingale
|
e7748d2878
|
Switch colors from defines to consts
|
2020-05-04 22:53:41 -07:00 |
|
Reed Nightingale
|
e168a4d5b0
|
Bump version
|
2020-05-04 22:28:43 -07:00 |
|
Reed Nightingale
|
e3f23ae755
|
Slight tweak to how frequencies are changed so that quicklist changes will update the actual oscillators
|
2020-05-04 22:27:37 -07:00 |
|
Reed Nightingale
|
0b65559e97
|
Revert the previous commit
|
2020-05-04 22:26:09 -07:00 |
|
Reed Nightingale
|
2a412fd34a
|
Force frequency change after recall. Unfortunately, this puts us just 4 bytes over the limit
|
2020-05-04 22:06:47 -07:00 |
|
Reed Nightingale
|
a138490dcc
|
Change decision making in main menu loop to ensure display consistency when CAT changes
|
2020-05-04 21:57:24 -07:00 |
|
Reed Nightingale
|
4cf8f7a840
|
Use ACK/RACK, and set default response length to 1 so that it usually doesn't have to be re-set.
|
2020-05-04 01:01:05 -07:00 |
|
Reed Nightingale
|
6a6dc2a29a
|
Remove debug drawing
|
2020-05-04 00:56:25 -07:00 |
|
Reed Nightingale
|
a7cbf50384
|
Fix comment based on reviewing hamlib code
|
2020-05-04 00:43:38 -07:00 |
|
Reed Nightingale
|
e809b37e29
|
Invert split value from what Yaesu's documentation says, because hamlib reads it inverted
|
2020-05-04 00:34:15 -07:00 |
|
Reed Nightingale
|
e770230d14
|
CAT debug stuff added
|
2020-05-04 00:03:43 -07:00 |
|
Reed Nightingale
|
7a32c8e205
|
Bump version number
|
2020-05-03 23:58:58 -07:00 |
|
Reed Nightingale
|
97d825351c
|
Re-enable numpad, now that we have some more space
|
2020-05-03 23:56:08 -07:00 |
|
Reed Nightingale
|
2e74193d93
|
Give 0xBB a name
|
2020-05-03 23:54:38 -07:00 |
|
Reed Nightingale
|
ce0fac95fe
|
Remove unused and fixed-output cases
|
2020-05-03 23:02:10 -07:00 |
|
Reed Nightingale
|
2505e54235
|
Remove unused cases
|
2020-05-03 22:37:38 -07:00 |
|
Reed Nightingale
|
8045b9b02b
|
Remove explicit 0 sets
|
2020-05-03 22:35:35 -07:00 |
|
Reed Nightingale
|
eba70c64ef
|
Swap EEPROM virtualization hardcoding for multi-byte reading using enums
|
2020-05-03 21:35:44 -07:00 |
|
Reed Nightingale
|
53a39b0699
|
Revise switch to use a single Serial.write, based on switched changes
|
2020-05-03 17:55:23 -07:00 |
|
Reed Nightingale
|
c6d83beff0
|
Use enums instead of hardcoded numbers
|
2020-05-03 17:45:43 -07:00 |
|
Reed Nightingale
|
8e4adbff72
|
Add enums for a bunch of commands
|
2020-05-03 16:36:27 -07:00 |
|
Reed Nightingale
|
a3b9f703ba
|
Replace more indicies with enums
|
2020-05-03 15:36:37 -07:00 |
|
Reed Nightingale
|
8aa80bdbc7
|
Rename processing function, remove trailing spaces
|
2020-05-03 15:34:13 -07:00 |
|
Reed Nightingale
|
18a05460aa
|
Simplify timeout logic, saving nearly 100 bytes
|
2020-05-03 15:32:06 -07:00 |
|
Reed Nightingale
|
e8c80a8304
|
Replace 'byte' with 'uint8_t'
|
2020-05-03 14:48:11 -07:00 |
|
Reed Nightingale
|
4e961bdea7
|
Give indicies names, so that it's easier to tell what's being extracted/set
|
2020-05-03 14:46:42 -07:00 |
|
Reed Nightingale
|
501205ebd5
|
Save ~100 bytes by rolling up the frequency parser
|
2020-04-27 00:17:41 -07:00 |
|