Commit Graph

157 Commits

Author SHA1 Message Date
Dual Tachyon
5ce6099a1a Fixed incorrect squelch on DTMF decoding. 2023-10-28 23:52:34 +01:00
Dual Tachyon
0e14ef4e26 Renamed dodgy name to real name. 2023-10-28 00:03:28 +01:00
Dual Tachyon
41f1e84766 Renamed remaining BK4819 GPIOs. 2023-10-17 18:38:27 +01:00
Dual Tachyon
8a64bcd15e Fixed correct BK4819 GPIO pins. 2023-10-16 20:20:42 +01:00
Dual Tachyon
22bd27ea70 Cosmetic changes. 2023-10-14 19:48:36 +01:00
Dual Tachyon
553200397e Fixed RSSI calibration. 2023-10-14 01:23:21 +01:00
Wouter
c79781ae47
Rename ST7565_Configure_GPIO_B11 to ST7565_HardwareReset. (#59)
Co-authored-by: Wouter van Gulik <wouter.van.gulik@mep-info.com>
2023-10-06 20:49:34 +01:00
Dual Tachyon
d43bbc1745 Fixed return type for DTMF_CheckGroupCall. 2023-09-28 16:36:20 +01:00
Dual Tachyon
90781d9785 Fixed build issue from last PR. 2023-09-28 13:44:15 +01:00
Wouter
f22e79bedb
Use ARRAY_SIZE and VOICE_ID_END instead of magic numbers. (#50) 2023-09-28 13:41:56 +01:00
Dual Tachyon
858d983935 Fixed scanlist behaviour. 2023-09-28 13:31:48 +01:00
Dual Tachyon
3847d3bcbe Fixed build in non-NOAA. 2023-09-20 11:06:56 +01:00
Wouter van Gulik
2e4cc7409a Disable some more NOAA related code.
If NOAA is not enabled then IS_NOAA_CHANNEL will never be used.
The NOAA channels are no longer in the list of channels.

If NOAA is enabled, the size of the array is taken into account, instead
of magic number 10.
2023-09-19 22:07:59 +01:00
Dual Tachyon
10b08d7c79 Restore the original check because % doesn't work. 2023-09-19 21:47:34 +01:00
Dual Tachyon
6c81075980 Ability to disable ALARM and TX1750. 2023-09-16 00:52:30 +01:00
Dual Tachyon
f5cc006b2a Ability to disable NOAA. 2023-09-14 11:48:56 +01:00
Dual Tachyon
313a67a482 Less magic numbers. 2023-09-14 00:51:04 +01:00
Dual Tachyon
b5fd2971df Fixed FM resume from TX/RX. 2023-09-14 00:29:36 +01:00
Dual Tachyon
377b2ca396 Ability to disable FM Radio. 2023-09-13 22:55:14 +01:00
Dual Tachyon
779449ca50 Ability to disable AIRCOPY, overlay and UART. 2023-09-13 22:03:40 +01:00
Dual Tachyon
172c63c9d1 Change check to be more readable. 2023-09-12 12:51:15 +01:00
Dual Tachyon
73d568a5fc Improved contact check. 2023-09-12 11:41:39 +01:00
Dual Tachyon
480da04005 Fixed incorrect else branch. 2023-09-11 12:40:58 +01:00
Dual Tachyon
b5284df7eb Renamed to an accurate name. 2023-09-08 23:11:35 +01:00
Dual Tachyon
4362a03bc1 Renamed GetRegister for consistency. 2023-09-07 20:15:32 +01:00
Dual Tachyon
a538bf3324 Renamed CSS variables. 2023-09-07 19:57:40 +01:00
Dual Tachyon
2ae900a88f Renamed Index to Code. 2023-09-07 19:49:01 +01:00
Dual Tachyon
d264899cdf Renamed StartCssScan. 2023-09-07 19:39:31 +01:00
Dual Tachyon
29f805f542 More cleanups. 2023-09-07 18:40:33 +01:00
Dual Tachyon
77ded8c562 Some more renames. 2023-09-07 13:34:13 +01:00
Dual Tachyon
c79c672313 Prevent potential UB. 2023-09-07 13:02:32 +01:00
Dual Tachyon
159006fdf0 Fixed upper limit check. 2023-09-06 22:02:35 +01:00
Dual Tachyon
42a6802ea6 Fixed the last dodgy Ghidra goto. 2023-09-06 00:03:04 +01:00
Dual Tachyon
9e98fbdfc0 Renamed the last unnamed variables. 2023-09-05 23:47:26 +01:00
Dual Tachyon
bdf68a5036 Another rename and deleted some redundant code. 2023-09-05 22:02:11 +01:00
Dual Tachyon
118df78df1 More renames. 2023-09-05 21:03:31 +01:00
Dual Tachyon
1994d68cc5 More variables renamed. 2023-09-05 16:45:58 +01:00
Dual Tachyon
c41f1396f0 DTMF improvements. 2023-09-05 16:06:58 +01:00
Dual Tachyon
4dc1627c31 Renamed and moved another variable. 2023-09-05 15:20:48 +01:00
Dual Tachyon
519fb6c1ed All functions now have some name. 2023-09-05 14:59:22 +01:00
Dual Tachyon
e8a8cf7466 A few more renames. 2023-09-04 23:56:12 +01:00
Dual Tachyon
2e813a4460 Several cleanups. 2023-09-04 17:43:16 +01:00
Dual Tachyon
bc10f1ed6b More scan renames. 2023-09-04 15:26:28 +01:00
Dual Tachyon
8e4cf653e4 Mostly cosmetic changes. 2023-09-04 15:00:55 +01:00
Dual Tachyon
76712d1fb0 State machine fix and readability improvements. 2023-09-04 12:44:29 +01:00
Dual Tachyon
52f2fc9966 Fixed revive check and cleaned up DTMF handler. 2023-09-04 12:21:01 +01:00
Dual Tachyon
d4eac340fe Fixed variables to match the original. 2023-09-04 12:19:19 +01:00
Dual Tachyon
c0a9151100 Some fixes and improvements. 2023-09-04 01:15:42 +01:00
Dual Tachyon
fdfed3dc62 Renamed VFO flags. 2023-09-03 17:58:01 +01:00
Dual Tachyon
6bef8d4f75 Various renames/cleanups. 2023-09-03 17:47:48 +01:00