diff --git a/src/main.cpp b/src/main.cpp index 048e041..873e103 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -77,6 +77,8 @@ bool sendTelemetry(unsigned int totalSeen, unsigned int totalFpSeen, int unsigne #ifdef VERSION doc["ver"] = String(VERSION); +# else + doc["ver"] = ESP.getSketchMD5(); #endif if (!BleFingerprintCollection::countIds.isEmpty())