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

@@ -4,8 +4,8 @@
#include <HTTPClient.h>
const char *BACKEND_SERVER = "http://db.reptilfpv.de:3000";
String BACKEND_TOKEN =
licence; // Use the licence as the token for authentication
extern String licence; // Declare licence as an external variable defined elsewhere
String BACKEND_TOKEN = licence; // Use the licence as the token for authentication
bool backendOnline() {