Fixed some software bugs (#258)

This commit is contained in:
CommanderRedYT
2022-02-08 10:59:47 +01:00
committed by GitHub
parent 62f91ae0a6
commit 79f7efeaf9
11 changed files with 20 additions and 11 deletions

View File

@@ -17,6 +17,10 @@ float avgSpeedKmh{};
float sumCurrent{};
bool isLocked{};
#ifdef GLOBALS_SOURCE
GLOBALS_SOURCE
#endif
bool simplified =
#if defined(HAS_SIMPLIFIED)
true