0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-28 14:21:25 +03:00

112 Commits

Author SHA1 Message Date
OneOfEleven
4153389778 FM radio updates - faster scanning and gui update, also some renames 2023-10-28 14:07:41 +01:00
OneOfEleven
2e0b431fd4 updated MDC1200 2023-10-28 08:46:27 +01:00
OneOfEleven
7bd83cdd32 fix main.c compile 2023-10-27 17:27:31 +01:00
OneOfEleven
2a7dbc1e73 fix up/dn frequency tx offset bug 2023-10-27 14:34:52 +01:00
OneOfEleven
ab0c37290f updates 2023-10-27 10:52:32 +01:00
OneOfEleven
984722b924 mdc1200 update 2023-10-26 16:29:07 +01:00
OneOfEleven
7d40dc1760 fixed type-in new freq (tx not following rx) 2023-10-25 06:38:08 +01:00
OneOfEleven
da2e55fecd MDC1200 TX now working 2023-10-24 22:41:09 +01:00
OneOfEleven
fa1cbeb049 fix freq/chan scan + add 4th FM radio band 2023-10-24 11:47:49 +01:00
Daniel Caujolle-Bert
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
OneOfEleven
35ba988657 fix RF scanning for the different modes (time, carrier & search) 2023-10-23 15:52:08 +01:00
OneOfEleven
3b4178d59d renames to reduce confusion 2023-10-23 14:02:54 +01:00
OneOfEleven
61f48bf629 fix major frequency/band bug 2023-10-23 10:42:51 +01:00
OneOfEleven
df3d298487 Added FM radio lower frequency options 2023-10-22 23:59:47 +01:00
OneOfEleven
bfe2a116e2 No refunds ! 2023-10-22 14:22:53 +01:00
OneOfEleven
4f6063f492 fix mdc crc bug and tx/rx freq bug after using up/dn buttons 2023-10-20 22:15:15 +01:00
OneOfEleven
5f13884e88 fix battery cal menu input 2023-10-20 18:00:36 +01:00
OneOfEleven
c92ef43b39 fix smallest font compile problem 2023-10-20 16:06:38 +01:00
OneOfEleven
b7f5784946 fix frequency mode channel number 2023-10-20 14:55:02 +01:00
OneOfEleven
a77d8d3710 fixed long-press-*/scan beeps 2023-10-20 14:17:54 +01:00
OneOfEleven
d3000206d6 Added fagci's teeny teeny font 2023-10-20 14:09:12 +01:00
OneOfEleven
78b4c93f67 disable monitor mode on scan start 2023-10-19 22:04:39 +01:00
OneOfEleven
ba677b3440 Reduced eeprom wear 2023-10-19 14:21:37 +01:00
OneOfEleven
add4d6d7e1 fix long press 6 .. L, M, H button 2023-10-18 23:48:31 +01:00
OneOfEleven
30d5abb1e2 remove more speaker clicks 2023-10-18 22:20:53 +01:00
OneOfEleven
44c1cdbe58 fix key beeps + new copy VFO to chan 2023-10-18 20:44:33 +01:00
OneOfEleven
36ee70df5b Hide little sub menu number till you enter the sub menu 2023-10-18 18:50:37 +01:00
OneOfEleven
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
OneOfEleven
a89998c6ca Fix "TX BAR" and compander - hopefully 2023-10-17 21:22:40 +01:00
OneOfEleven
0974b2e0a6 I lied, this is the real fix 2023-10-17 17:28:38 +01:00
OneOfEleven
4cdd17888c Fix scanning chan/freq button functions 2023-10-17 17:25:14 +01:00
OneOfEleven
0908ff9bc0 Chan/Freq scan stays where you stop it - IF it's paused there 2023-10-17 14:49:17 +01:00
OneOfEleven
d47cd80fd4 Can now interrupt RF scanning with any other function 2023-10-17 11:05:41 +01:00
OneOfEleven
695cf81d17 Fix DTMF call bug 2023-10-16 21:59:17 +01:00
OneOfEleven
f69a997ac1 Added compile option for the faster newer bigger larger manual up/dn frequency smootching 2023-10-16 10:47:43 +01:00
OneOfEleven
916be495d4 Auto monitor on/off when holding frequency up/down buttons 2023-10-16 07:18:06 +01:00
OneOfEleven
7b44bb6253 Fast manual up/down frequency scan 2023-10-16 06:54:27 +01:00
OneOfEleven
244c4f1091 Try up/down butts with squelch off/monitor enabled 2023-10-16 06:43:42 +01:00
OneOfEleven
798f0f97f3 Key being ignored fix - hopefully 2023-10-15 22:34:21 +01:00
OneOfEleven
ca78b7411c Updated TX_UNLOCK menu option, renamed scanner files to remove confusion with freq/chan scanner 2023-10-14 14:07:05 +01:00
OneOfEleven
7f7c9490eb Fix F+3 and F+* search freq step size when saving result 2023-10-13 15:12:32 +01:00
OneOfEleven
8c21a0e543 FM radio tidy up 2023-10-11 18:32:10 +01:00
OneOfEleven
774e34bf43 Fix some warnings, made all the serial/uart comms packet structure packed, otherwise the compiler can totally mess up ones day there ! 2023-10-10 12:44:10 +01:00
OneOfEleven
023e7b6ee3 Fix PTT bug 2023-10-10 00:56:55 +01:00
OneOfEleven
79dae75556 Fix DTMF and frequency entry bug 2023-10-10 00:00:22 +01:00
OneOfEleven
c76891be6d Fixed button/ptt being ignored, re-wrote a keyboard function as well. 2023-10-09 22:49:29 +01:00
OneOfEleven
4e4868c212 Timeout added to the code scan part of F+4 freq/code scan operation 2023-10-09 17:01:26 +01:00
OneOfEleven
0bb34d230c Renamed lots more 2023-10-08 20:23:37 +01:00
OneOfEleven
1ab74dcba1 lots of renames 2023-10-08 17:14:13 +01:00
OneOfEleven
0547452589 Edited "D HOLD" times to include "STAY ON SCREEN" option 2023-10-08 11:40:17 +01:00