NTP, send Voltage to Frontend

This commit is contained in:
Carsten Graf
2025-07-14 01:54:36 +02:00
parent d10a8fef6d
commit 58f0d234e0
9 changed files with 142 additions and 66 deletions

View File

@@ -33,6 +33,7 @@ struct TimerData {
struct ButtonConfig {
uint8_t mac[6];
bool isAssigned = false;
float voltage = 0.0;
};
struct ButtonConfigs {