Unphone battery status (#176)

This commit is contained in:
Ken Van Hoeylandt
2025-01-21 19:53:00 +01:00
committed by GitHub
parent c3bcf93698
commit 97b8007aca
6 changed files with 149 additions and 3 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ void log(LogLevel level, const char* tag, const char* format, ...);
tt::log(tt::LogLevel::Info, tag, format, ##__VA_ARGS__)
#define TT_LOG_D(tag, format, ...) \
tt::log(tt::LogLevel::Debug, tag, format, ##__VA_ARGS__)
#define TT_LOG_T(tag, format, ...) \
#define TT_LOG_V(tag, format, ...) \
tt::log(tt::LogLevel::Trace, tag, format, ##__VA_ARGS__)
#endif // ESP_TARGET