Added ESP32thing, WIFI depending if STA is privided, check licence for WIfi open

This commit is contained in:
Carsten Graf
2025-06-10 16:38:11 +02:00
parent 7856bb229b
commit 22cc4fe99c
6 changed files with 55 additions and 21 deletions

View File

@@ -5,6 +5,11 @@
#include <time.h>
#include <sys/time.h>
const char* ssidAP;
const char* passwordAP = nullptr;
char* ssidSTA = nullptr;
char* passwordSTA = nullptr;
// Timer Struktur
struct TimerData {
@@ -61,6 +66,8 @@ void saveBestTimes();
void loadBestTimes();
void saveSettings();
void loadSettings();
void loadWifiSettings();
void saveWifiSettings();
void unlearnButton();
int checkLicence();
String getTimerDataJSON();