Added ESP32thing, WIFI depending if STA is privided, check licence for WIfi open
This commit is contained in:
@@ -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();
|
||||
Reference in New Issue
Block a user