0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 06:58:39 +03:00

Added version string sanity checking to prevent boot problems and serial comm problems

This commit is contained in:
OneOfEleven
2023-10-12 08:39:51 +01:00
parent 5755a92daa
commit 74d31a616f
8 changed files with 129 additions and 116 deletions

View File

@ -17,8 +17,8 @@
#ifndef VERSION_H
#define VERSION_H
extern const char Version[];
extern const char UART_Version[];
extern const char Version_str[];
extern const char UART_Version_str[];
#endif