Add timestamps and fix BLE scan timing

This commit is contained in:
2026-06-04 02:24:28 -06:00
parent d39e308cda
commit 25d9152fe0
3 changed files with 62 additions and 8 deletions
@@ -10,6 +10,7 @@ enum LogLevel {
extern LogLevel currentLogLevel;
String logTimestamp();
void setLogLevel(LogLevel level);
void logInfo(const String& message);
void logDebug(const String& message);