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

@@ -3,6 +3,7 @@
#include <Arduino.h>
std::array<uint8_t, 6> macStringToBytes(const char *macStr) {
std::array<uint8_t, 6> bytes;
sscanf(macStr, "%hhx:%hhx:%hhx:%hhx:%hhx:%hhx", &bytes[0], &bytes[1],