Added udp cloud

This commit is contained in:
CommanderRedYT
2021-11-21 01:37:51 +01:00
committed by 0xFEEDC0DE64
parent a43bca4bab
commit 1b3c17c55d
11 changed files with 197 additions and 1 deletions

View File

@ -14,6 +14,7 @@ float gametrakDist;
float avgSpeed{};
float avgSpeedKmh{};
float sumCurrent{};
bool isLocked{};
char deviceName[32] = STRING(DEVICE_PREFIX) "_ERR";