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

501 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
024c4bb79d Merge pull request #211 from bricky149/printf-overflow-fix
Increase string buffer sizes to avoid overflows
2023-10-23 19:28:30 +01: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
74f52f9d14 trim away trailing zeros compile option 2023-10-23 11:46:51 +01:00
0d36e997d4 fix text centering, ie in menu 2023-10-23 11:11:28 +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
7aff322458 Increase MDC1200 pre-amble length 2023-10-22 23:16:18 +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
428ca596e6 update mdc1200 2023-10-21 20:54:42 +01:00
a68d0ab74f clean ups 2023-10-21 13:00:38 +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
06a19ee05c mdc1200 update 2023-10-20 20:14:47 +01:00
0c231148fe added mdc1200 packet encoder 2023-10-20 19:37:03 +01:00
e1dfb56335 bat-cal menu input update 2023-10-20 18:18:32 +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
275b2d248a added 68~108MHz FM radio compile option 2023-10-20 15:22:10 +01:00
02e16efc02 cosmetic 2023-10-20 15:12:00 +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
76b6072a04 Merge pull request #195 from cloudwindy/main
Make side button menu and keylock optional to save 1 kb of memory
2023-10-20 14:53:54 +01:00
d968eb4697 Merge remote-tracking branch 'upstream' 2023-10-20 21:53:30 +08:00
387094d70b Arghhh vscode auto formatting again 2023-10-20 21:48:44 +08:00
667830c221 Compile firmware. 2023-10-20 21:41:35 +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
989f8cb56e Maybe we should not upload binaries to git tree... But whatever 2023-10-20 20:33:54 +08: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
49cfd5a595 Fix can't compile with VOX on and FMRADIO off. 2023-10-20 20:24:50 +08:00
b18edd6484 Some tests and calculations on binary size. 2023-10-20 20:24:05 +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
c8b6ce53fc fix channel squelch menu text 2023-10-19 19:41:59 +01:00
80e3255fb6 Channel delete attribs fix 2023-10-19 19:33:26 +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
75aa98cc06 README.md 2023-10-19 14:37:01 +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