Disable scan timeout compile option, updated win_make.bat to help path problems

This commit is contained in:
OneOfEleven
2023-09-25 07:12:08 +01:00
parent aa69a04310
commit ed321778c0
20 changed files with 247 additions and 289 deletions

View File

@@ -19,7 +19,7 @@
#include <stdint.h>
void UI_DisplayBattery(uint8_t Level);
void UI_DisplayBattery(const uint8_t Level, const uint8_t blink);
#endif