Commit Graph

23 Commits

Author SHA1 Message Date
Juan Antonio
a153e63be1 Add function to test if serial configuration is in progress
This was formely tested all over using testing for the state of
gSerialConfigCountDown_500ms in a couple of ways. This logic have been
extracted into a function to make the code more readable.
Also testing it with > 0 was a bit misleading as the variable is
unsigned so tesing with == and != is enough.
2023-12-09 15:50:59 +01:00
Krzysiek Egzmont
050e04bcfd Enable/disable DTMF calling compile option 2023-11-28 23:00:01 +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
a41628410e FIX #65: code refactoring 2023-10-30 13:26:16 +01:00
Krzysiek Egzmont
f7c25b482d FIX #55: Broken DTMF calling (D Decd) 2023-10-29 22:26:48 +01:00
Krzysiek Egzmont
c2090676d8 Side-key functions added: key lock, switch VFOs 2023-10-21 06:11:02 +02:00
Krzysiek Egzmont
47f1e80252 Fix #25: When you stop the scan with the PTT the Walkie stays in permanent TX 2023-10-10 17:32:58 +02:00
Krzysiek Egzmont
64bc29d362 FIX #24: lock/unlock doesn't work when FM radio active 2023-10-10 14:29:51 +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
16c908f0bf Channel/Frequency scanning updates 2023-10-05 23:58:55 +01:00
OneOfEleven
609df5f279 Ignore all long-press/function keys whilst in menu 2023-10-05 09:17:38 +01:00
OneOfEleven
f4b637b51a Added VOX enable/disable compile option 2023-10-04 11:57:34 +01:00
OneOfEleven
f8aaf47374 AM RX mode could possible not be being set - maybe fixed 2023-10-03 16:09:25 +01:00
OneOfEleven
2551077cef Menu remains on screen whilst TX'ing 2023-10-03 00:14:36 +01:00
OneOfEleven
ee05c4f075 Scrambler inversion frequencies shown in menu 2023-09-26 16:48:16 +01:00
OneOfEleven
cb92f2e098 Maintain monitor update 2023-09-26 14:25:14 +01:00
OneOfEleven
6cdd8f35b1 DTMF adjustments 2023-09-18 00:48:40 +01:00
OneOfEleven
66afde980a Only append DTMF-ID to TX user code if D_DCD is enable 2023-09-17 16:51:35 +01:00
OneOfEleven
5c664164b2 Hold down keys 0-9 to bypass F-key 2023-09-14 19:38:28 +01:00
OneOfEleven
54711a5971 Tidy ups and makefile update 2023-09-14 09:56:30 +01:00
OneOfEleven
2f907f82f8 Removed floating point stuff 2023-09-13 02:01:35 +01:00
OneOfEleven
54441e27d9 Initial commit 2023-09-09 08:03:56 +01:00