0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 06:39:49 +03:00
Commit Graph

307 Commits

Author SHA1 Message Date
64f19b2d78 Use memcpy() instead of memmove() when it's possible (two memmove call were kept).
Rename some variable named 'String' (to 'str') which is quite confusing.
2023-10-24 11:40:35 +02:00
01d4d748de fix: increase string buffer size to avoid overflow 2023-10-23 18:17:26 +01:00
35ba988657 fix RF scanning for the different modes (time, carrier & search) 2023-10-23 15:52:08 +01:00
7f91f7349b moved green LED on to reduce LED flicker 2023-10-23 14:05:22 +01:00
3b4178d59d renames to reduce confusion 2023-10-23 14:02:54 +01:00
61f48bf629 fix major frequency/band bug 2023-10-23 10:42:51 +01:00
df3d298487 Added FM radio lower frequency options 2023-10-22 23:59:47 +01:00
69b108e430 Band edges updated 2023-10-22 22:57:47 +01:00
bfe2a116e2 No refunds ! 2023-10-22 14:22:53 +01:00
b4d50001e1 fix previous messy renaming, plus MDC1200 updates 2023-10-21 12:49:21 +01:00
19a1476057 closer to MDC1200 working 2023-10-21 09:14:46 +01:00
4f6063f492 fix mdc crc bug and tx/rx freq bug after using up/dn buttons 2023-10-20 22:15:15 +01:00
5f13884e88 fix battery cal menu input 2023-10-20 18:00:36 +01:00
c92ef43b39 fix smallest font compile problem 2023-10-20 16:06:38 +01:00
2da38026e4 Merge branch 'main' of https://github.com/OneOfEleven/uv-k5-firmware-custom
# Conflicts:
#	firmware.bin
#	firmware.packed.bin
2023-10-20 15:04:53 +01:00
b7f5784946 fix frequency mode channel number 2023-10-20 14:55:02 +01:00
d968eb4697 Merge remote-tracking branch 'upstream' 2023-10-20 21:53:30 +08:00
a81ecadfe1 Keylock can be disabled to save 400 bytes. 2023-10-20 21:40:17 +08:00
a77d8d3710 fixed long-press-*/scan beeps 2023-10-20 14:17:54 +01:00
d3000206d6 Added fagci's teeny teeny font 2023-10-20 14:09:12 +01:00
da52374496 Menu SIDE_BUTT can be disabled to save 300 bytes.
This is a very rough version as I just did some search and replace.
2023-10-20 20:29:25 +08:00
7e4508436f Fix can't compile with UART off. 2023-10-20 20:25:24 +08:00
78b4c93f67 disable monitor mode on scan start 2023-10-19 22:04:39 +01:00
a6dfca4c91 aircopy fix 2023-10-19 20:54:28 +01:00
eb793f5839 Each channel can now have it's own squelch level setting 2023-10-19 20:03:12 +01:00
7e707cf99e Fixed channel delete 2023-10-19 19:30:53 +01:00
3bae9b5cdb Code clean ups + first part of channel squelch (not yet implemented) 2023-10-19 19:00:57 +01:00
ba677b3440 Reduced eeprom wear 2023-10-19 14:21:37 +01:00
add4d6d7e1 fix long press 6 .. L, M, H button 2023-10-18 23:48:31 +01:00
30d5abb1e2 remove more speaker clicks 2023-10-18 22:20:53 +01:00
9095eba846 fix PTT ID and roger tones 2023-10-18 21:22:12 +01:00
44c1cdbe58 fix key beeps + new copy VFO to chan 2023-10-18 20:44:33 +01:00
36ee70df5b Hide little sub menu number till you enter the sub menu 2023-10-18 18:50:37 +01:00
ce4528b4ee lots more step sizes added, though the QS config software will only use the original 7 step sizes. 2023-10-18 16:17:41 +01:00
2e880a61e1 Unlocked TX still bound by the frequency table. 2023-10-18 13:54:43 +01:00
2bd8db1714 Updated font and F-LOCK menu option 2023-10-18 13:00:57 +01:00
bf7a837485 Renames, some code changes 2023-10-18 11:31:30 +01:00
a60fc80296 Flash light on DTMF call + menu sorting fixed 2023-10-18 00:27:52 +01:00
a89998c6ca Fix "TX BAR" and compander - hopefully 2023-10-17 21:22:40 +01:00
0974b2e0a6 I lied, this is the real fix 2023-10-17 17:28:38 +01:00
4cdd17888c Fix scanning chan/freq button functions 2023-10-17 17:25:14 +01:00
0908ff9bc0 Chan/Freq scan stays where you stop it - IF it's paused there 2023-10-17 14:49:17 +01:00
ef313ceb57 Added menu option for the RSSI S-meter bar 2023-10-17 12:04:54 +01:00
d47cd80fd4 Can now interrupt RF scanning with any other function 2023-10-17 11:05:41 +01:00
73572f24b1 Radio kill/revive code compile option added 2023-10-16 22:29:23 +01:00
695cf81d17 Fix DTMF call bug 2023-10-16 21:59:17 +01:00
1c736497f4 Typo in Makefile 2023-10-16 20:58:19 +01:00
00465cacf1 Small fixes to RX/TX backlight and compile problem 2023-10-16 18:37:03 +01:00
613fc482cc Squelch and backlight adjustments 2023-10-16 18:19:28 +01:00
d95adde3a6 Fixed */scan hold that got broke, a a few days ago 2023-10-16 13:26:38 +01:00