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

14 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
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
a552b040d8 Fix missing battery symbol 2023-10-10 01:05:39 +01:00
350da78bfa Fix what github did to my files :( 2023-10-10 00:59:45 +01:00
50ebc4e629 Merge branch 'main' of https://github.com/OneOfEleven/uv-k5-firmware-custom
# Conflicts:
#	ui/battery.c
2023-10-10 00:57:37 +01:00
023e7b6ee3 Fix PTT bug 2023-10-10 00:56:55 +01:00
4607686280 Battery symbol fix of a fix 2023-10-10 01:16:09 +02:00
c76891be6d Fixed button/ptt being ignored, re-wrote a keyboard function as well. 2023-10-09 22:49:29 +01:00
b27ef43b4f BUG FIX #139: always 4 battery bars 2023-10-09 14:20:35 +02:00
2790873d87 Battery symbol fix 2023-10-06 22:16:03 +01:00
ed321778c0 Disable scan timeout compile option, updated win_make.bat to help path problems 2023-09-25 07:12:08 +01:00
b9bd049dc9 Fixed LAST_CHANNEL compile problem (missing comma) 2023-09-20 09:44:17 +01:00
99bff425d6 Hopefully fixed battery symbol dancing left/right 2023-09-20 09:05:27 +01:00
54441e27d9 Initial commit 2023-09-09 08:03:56 +01:00