Commit Graph

120 Commits

Author SHA1 Message Date
Armel FAUVEAU
74862d1ac2 Check tab only... 2024-08-16 00:11:09 +02:00
Armel FAUVEAU
e008313170 Add SetTmr 2024-08-15 04:34:00 +02:00
Armel FAUVEAU
75480cac10 Improve Air Copy and enable restart 2024-08-15 01:43:26 +02:00
Armel FAUVEAU
19c0c05aae Air Copy UI refactoring 2024-08-14 04:16:58 +02:00
Armel FAUVEAU
c74b91629c Add ENABLE_FEAT_F4HWN_RX_TX_TIMER 2024-08-01 01:23:34 +02:00
Armel FAUVEAU
a271d847c3 Improve exclude feature 2024-07-25 04:56:50 +02:00
Armel FAUVEAU
697bcb4a2e Improve power settings 2024-07-16 03:20:51 +02:00
Armel FAUVEAU
1b76b16e44 Fix order to match with Chirp 2024-07-02 05:12:38 +02:00
Armel FAUVEAU
2deff09d47 Add third list 2024-06-24 00:24:47 +02:00
Armel FAUVEAU
f9f15df8d1 Improve RxMode and MainOnly action 2024-06-12 04:28:17 +02:00
Armel FAUVEAU
f1aab18c5c Add MainOnly Action 2024-06-11 04:54:48 +02:00
Armel FAUVEAU
27bfe1f4ac Add Rx/Tx timer 2024-04-16 19:46:17 +02:00
Armel FAUVEAU
259cf446bf Add exclude memory channel 2024-03-26 04:45:00 +01:00
Armel FAUVEAU
25ced9401e Add exclude memory channel 2024-03-26 00:34:04 +01:00
Armel FAUVEAU
8ec757dbfe Add debug helper in status 2024-03-25 01:28:49 +01:00
Armel FAUVEAU
fbbfbeb268 Revert BackLight Action and add 2 new buttons shortcuts 2024-03-12 14:58:13 +01:00
Armel FAUVEAU
e4f26166fb Revert BackLight Action and add 2 new buttons shortcuts 2024-03-12 04:55:13 +01:00
Armel FAUVEAU
5200915c13 Revert BackLight Action and add 2 new buttons shortcuts 2024-03-12 04:46:26 +01:00
Armel FAUVEAU
ad3b8b5b9a Add Switch BackLight action 2024-03-11 02:48:21 +01:00
Armel FAUVEAU
308affa672 New design Dual Watch 2024-02-17 19:05:06 +01:00
Armel FAUVEAU
1100388ce3 Add SetMet to set meter 2024-02-11 20:01:31 +01:00
Armel FAUVEAU
d6a57be4c4 Add SetLck 2024-02-11 03:47:31 +01:00
Armel FAUVEAU
2307976c17 Add SetEot (End Of Transmission) 2024-02-10 23:41:54 +01:00
Armel FAUVEAU
186ea416bf Revert fix bug on SWITCH MAIN ONLY 2024-02-08 01:48:18 +01:00
Armel FAUVEAU
89d308293f Add SetInv menu 2024-02-06 05:00:55 +01:00
Armel FAUVEAU
e45c2f5904 Fix F4IRT shortcut bug 2024-02-05 23:49:56 +01:00
Armel FAUVEAU
e8760bda5f Add Contrast feature 2024-02-03 05:50:00 +01:00
Armel FAUVEAU
103a23926d Add SetTot menu 2024-02-01 06:16:02 +01:00
Armel FAUVEAU
74421ed6d7 Apply changes to v0.22 2024-01-29 22:43:47 +01:00
Krzysiek Egzmont
f85ed9440d Refactor 2024-01-28 23:57:15 +01:00
Krzysiek Egzmont
04b0bd8c93 Refactor 2024-01-13 23:30:44 +01:00
Krzysiek Egzmont
685ecb062b Refactor 2024-01-12 15:54:35 +01:00
Juan Antonio
7a7010da55 Unify PrintSmall functions
Size: 60420 -> 60364
2023-12-25 22:49:06 +01:00
Krzysiek Egzmont
39eb3e835e Scan range in spectrum 2023-12-19 18:25:45 +01:00
Juan Antonio
2e69acbdc4 Fix aircopy bypassing TX restrictions & refactor
And scrapes together a few more bytes.
2023-12-09 19:07:20 +01:00
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
Juan Antonio
335c2ec9cd ACTION_Handle: Drop switch in favour of a function array 2023-12-08 01:43:12 +01:00
Juan Antonio
754d2ce5fb Make Flashlight optional 2023-12-07 00:46:59 +01:00
Juan Antonio
cd032c39d2 Refactor alarm code
- Fixes Alarms bypassing TX restrictions

- Adds enumerations

- Makes use of mode ALARM_STATE_SITE_ALARM (formely ALARM_STATE_ALARM) instead
  checking against ALARM_STATE_TXALARM && ALARM_MODE == ALARM_MODE_TONE
  all over the place
2023-12-07 00:46:59 +01:00
Juan Antonio
103bdf212f Use enum for Flaslight & return early 2023-12-07 00:44:51 +01:00
Juan Antonio
bafe372cbc Simplify backlight logic 2023-12-07 00:44:51 +01:00
Krzysiek Egzmont
e95f577074 Real AM fix attempt, messy 2023-12-05 23:14:43 +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