Commit Graph

94 Commits

Author SHA1 Message Date
Nunu
a819844633 license header addition 2024-02-04 13:32:49 +01:00
Nunu
0631933ceb RP STE menu item removed 2024-01-31 13:54:41 +01:00
Nunu
72073b6ac2 more fm radio trimming 2024-01-26 11:47:27 +01:00
Nunu
9de82c9766 during CTCSS scanning RX LED will turn on when signal level > 5 2024-01-17 18:05:30 +01:00
Nunu
a40072069f Revert "UART disabled in locked state."
This reverts commit 1227460f95.
2024-01-13 18:39:07 +01:00
Nunu
3bce162b0d password wrong attempts stored in eeprom 2024-01-13 17:41:25 +01:00
Nunu
1227460f95 UART disabled in locked state. 2024-01-13 16:58:16 +01:00
Nunu
aed640620f power on password on/off from menu. 2024-01-13 16:42:19 +01:00
Nunu
d5828f3651 AM_FIX removed. 2024-01-07 13:44:32 +01:00
Nunu
7dd616d876 MicBar MENU item removed, its on by default. 2024-01-07 12:07:01 +01:00
Nunu
80e262ebec Const function def. 2024-01-01 14:29:28 +01:00
Nunu
d2bd4cbbf5 Spectrum uses shared S-level measurment function. 2023-12-31 16:58:57 +01:00
Nunu
5581e03c7c Refactor and introduce new shared helper function GetSLevelAttributes to unify S-level representations. 2023-12-31 16:02:01 +01:00
Nunu
d01952ed6c VFO and memory setting displays 'not allowed' if not allowed to change. 2023-12-22 23:27:45 +01:00
Krzysiek Egzmont
588770b227 Merge @egzumer spectrum scan ranges. 2023-12-21 20:48:20 +01:00
Nunu
f6b6d2c3bc Working prototype (memory). 2023-12-16 14:48:38 +01:00
Krzysiek Egzmont
c341570838 Refactor cleanup 2023-12-01 02:14:28 +01:00
Krzysiek Egzmont
050e04bcfd Enable/disable DTMF calling compile option 2023-11-28 23:00:01 +01:00
Krzysiek Egzmont
fb30ec8c86 Refactor 2023-11-22 23:40:20 +01:00
Krzysiek Egzmont
49cec54cd3 TX on all bands #68 2023-11-08 01:43:06 +01:00
Krzysiek Egzmont
b1d3a95ca2 Replace RX CSS menu scanning procedure with BK scanning method 2023-11-06 01:25:44 +01:00
Krzysiek Egzmont
1238bf090c Refactoring of cxcss and channel/frequency scanner code 2023-11-06 01:23:36 +01:00
Krzysiek Egzmont
25334823e5 Refactoring 2023-10-31 19:58:10 +01:00
Krzysiek Egzmont
f3cc0f5acf Comments, refactor 2023-10-28 14:39:13 +02:00
Krzysiek Egzmont
72eddd009b Refactor 2023-10-25 01:26:14 +02:00
Krzysiek Egzmont
ffb26a1f86 Refactoring 2023-10-22 02:23:16 +02:00
Krzysiek Egzmont
d132969c91 Support for >1GHz frequencies input 2023-10-20 00:15:11 +02:00
Krzysiek Egzmont
a5fa0b1e4b Refactoring, cleanup, comments 2023-10-19 21:42:56 +02:00
Krzysiek Egzmont
1d95737088 Refactoring, cleanup, comments 2023-10-19 16:58:12 +02:00
Krzysiek Egzmont
2f7042056a Display frequencies >=1GHz 2023-10-19 02:35:34 +02:00
Krzysiek Egzmont
298ff29cf4 Fix restore VFO settings after scan 2023-10-16 22:59:17 +02:00
Krzysiek Egzmont
f70707e17f Fix copy channel to VFO function copying wrong VFO, clean VFO setup 2023-10-16 18:39:20 +02:00
Krzysiek Egzmont
f1fc04591c Fix compiler errors 2023-10-16 17:17:17 +02:00
Krzysiek Egzmont
d817ff7e6a Fixed RSSI calibration 2023-10-16 13:01:24 +02:00
Krzysiek Egzmont
ec4bec5b1f Flashlight SOS function 2023-10-16 00:15:04 +02:00
Krzysiek Egzmont
7e6a78ab6c FIX #26: vfo state (TX DISABLE label) update issue when FM radio disabled in Makefile 2023-10-12 00:44:52 +02:00
Krzysiek Egzmont
063dc61e65 Part of the recent changes form 1o11, including DTMF input box error #19 2023-10-09 21:47:06 +02:00
OneOfEleven
40d09591b3 Fixed silly error I made 2023-10-05 16:28:20 +01:00
OneOfEleven
bd9f337a5b Make all warnings vanish over to bricky's house ! 2023-10-05 15:26:08 +01:00
OneOfEleven
609df5f279 Ignore all long-press/function keys whilst in menu 2023-10-05 09:17:38 +01:00
OneOfEleven
429ac36ffe Backlight TX/RX menu update 2023-10-04 16:37:11 +01:00
OneOfEleven
f4b637b51a Added VOX enable/disable compile option 2023-10-04 11:57:34 +01:00
OneOfEleven
84e174544d Added backlight on RX menu option "BLT RX" 2023-10-03 13:18:49 +01:00
OneOfEleven
c5c86d0ad0 Fix frequency band error from yesterday 2023-10-03 11:48:00 +01:00
OneOfEleven
b3ca095af1 Maybe fixed reboot when serial comms start 2023-10-03 10:13:22 +01:00
OneOfEleven
87d1cf7c86 Increased menu BATCAL, F-CALI and BATVOL timeouts to 2 mins + disable TX when serial config upload/download in progress 2023-10-02 22:04:41 +01:00
OneOfEleven
3c7f496f3e Tidy ups, speedier channel scanning, RSSI meter updating fix 2023-10-02 09:31:35 +01:00
OneOfEleven
4333fdeb3a Added menu battery calibration from egzumer (hidden menu option) 2023-10-02 00:38:59 +01:00
OneOfEleven
a9aa37e043 Pulled in egzumer's battery percentage ! 2023-10-01 22:14:45 +01:00
OneOfEleven
8caff25b7c Possible DW AM TX fix 2023-10-01 19:56:04 +01:00