Commit Graph

443 Commits

Author SHA1 Message Date
Dual Tachyon
54437cd4bf Fixed either UB or compiler bug. Hmm... 2023-08-29 02:17:09 +01:00
Dual Tachyon
75e0ba9fb3 Added missing 11th small digit. 2023-08-29 02:16:51 +01:00
Dual Tachyon
116025f08b Fixed missing digit voices. 2023-08-29 01:37:33 +01:00
Dual Tachyon
b636c07536 Fixed the problem with MEM-CH. 2023-08-29 01:21:33 +01:00
Dual Tachyon
d1119bb154 Various improvements, and fixes for FM. 2023-08-29 00:58:44 +01:00
Dual Tachyon
d7dec2212e Added more missing code. 2023-08-29 00:29:23 +01:00
Dual Tachyon
f770d34345 Made some simplifications. 2023-08-28 22:16:58 +01:00
Dual Tachyon
4bb01583a8 Fixed boot key check. 2023-08-28 20:53:13 +01:00
Dual Tachyon
fd7a5096eb Moved HELPER_xxx to helper/boot. 2023-08-28 20:45:33 +01:00
Dual Tachyon
c737106704 Added missing notices. 2023-08-28 20:32:07 +01:00
Dual Tachyon
05382584f4 More restructuring of functions and variables. 2023-08-28 20:27:54 +01:00
Dual Tachyon
3aa58ce5c4 Deleted extra empty line. 2023-08-28 19:45:15 +01:00
Dual Tachyon
bb78207a18 Moved RSSI display to ui/. 2023-08-28 19:44:58 +01:00
Dual Tachyon
7b6ed41849 Deleted useless comments. 2023-08-28 19:20:25 +01:00
Dual Tachyon
cd4475add8 Split the different screens into ui/<screen.c>. 2023-08-28 19:15:59 +01:00
Dual Tachyon
1730edfaa3 Added missing files from previous commit. 2023-08-28 18:19:56 +01:00
Dual Tachyon
285ae00d6b Renamed gNumberForPrintf to gInputBox. 2023-08-28 17:48:55 +01:00
Dual Tachyon
1959d13642 Added case for F+*. 2023-08-28 17:22:40 +01:00
Dual Tachyon
4a20adef0e Enabled F+1+8+9. 2023-08-28 17:05:59 +01:00
Dual Tachyon
8773f631a2 Fixed offset subtraction visual bug. 2023-08-28 17:05:25 +01:00
Dual Tachyon
8bce5a56f4 Cosmetic changes. 2023-08-28 13:37:49 +01:00
Dual Tachyon
e9bf76c3cf Fixed potential sign issues. 2023-08-28 13:37:16 +01:00
Dual Tachyon
8e854d4c4b Fixed APP_SetFrequencyByStep. 2023-08-28 13:33:26 +01:00
Dual Tachyon
9175b2d20b Fixed UP/DOWN in NOAA mode. 2023-08-28 12:35:53 +01:00
Dual Tachyon
4b1ad7c2dd Renamed channel fields in the EEPROM. 2023-08-28 12:05:15 +01:00
Dual Tachyon
f169f95535 Cosmetic changes. 2023-08-28 02:15:08 +01:00
Dual Tachyon
bdaf870b7c Added the 11th digit. 2023-08-28 02:14:07 +01:00
Dual Tachyon
a076b9afdc Fixed the digit 6 in the big font. 2023-08-28 01:57:34 +01:00
Dual Tachyon
c5c7d157ad Added cases for F+6 and F+7. 2023-08-28 01:50:29 +01:00
Dual Tachyon
e1147ba977 Added case for F+5. 2023-08-28 01:44:05 +01:00
Dual Tachyon
9264f38e6a Added case for F+4. 2023-08-28 01:37:43 +01:00
Dual Tachyon
fdacf98de5 Added case for F+2. 2023-08-28 01:32:18 +01:00
Dual Tachyon
69ddbacce9 Fixed VOICE_ID_UNLOCK. 2023-08-28 01:27:31 +01:00
Dual Tachyon
b0b09a2e6a WIP support for digits in main. Only 0+3 for now. 2023-08-28 01:24:32 +01:00
Dual Tachyon
43379587bf Fixed direction values. 2023-08-28 01:13:49 +01:00
Dual Tachyon
f3e102450d Renamed a few FM things. 2023-08-28 01:07:07 +01:00
Dual Tachyon
8b2d1776f7 Forgot to move app.h to app/ 2023-08-28 00:40:07 +01:00
Dual Tachyon
63be9c50e4 Added handling for UP/DOWN/EXIT in main screen. 2023-08-27 23:58:52 +01:00
Dual Tachyon
09afc5fab6 Moved app.c to app/. 2023-08-27 23:33:31 +01:00
Dual Tachyon
be87650c16 Renamed even more variables. 2023-08-27 23:30:42 +01:00
Dual Tachyon
10fdc3451b Renamed more variables. 2023-08-27 23:17:44 +01:00
Dual Tachyon
5dff1de08d Cosmetic changes. 2023-08-27 23:02:16 +01:00
Dual Tachyon
dbe8fbcb7c Renamed another variable. 2023-08-27 23:01:40 +01:00
Dual Tachyon
41985543c4 Renamed ChNum to Channel. 2023-08-27 22:57:33 +01:00
Dual Tachyon
c0ca552ed2 Fixed EEPROM address for VFO channels. 2023-08-27 22:56:42 +01:00
Dual Tachyon
9ceabe1c0c Fixed offset for step setting. 2023-08-27 22:31:19 +01:00
Dual Tachyon
539733aa9c Fixed loading step setting. 2023-08-27 22:26:28 +01:00
Dual Tachyon
7b4da91512 Fixed for D-LIST display. 2023-08-27 22:09:34 +01:00
Dual Tachyon
94b046d1c2 Renamed a menu variable. 2023-08-27 21:55:12 +01:00
Dual Tachyon
14a03ffc32 Enabled the settings menu. 2023-08-27 21:31:17 +01:00