fix: update version number to v1.2.65 in HTML files and platformio.ini; add script to create full binary

This commit is contained in:
2025-02-20 14:08:17 +01:00
parent 3dd5fbc585
commit 7a7ee72585
11 changed files with 112 additions and 47 deletions

View File

@ -12,7 +12,7 @@ bool wm_nonblocking = false;
void initWiFi() {
WiFi.mode(WIFI_STA); // explicitly set mode, esp defaults to STA+AP
esp_wifi_set_max_tx_power(72); // Setze maximale Sendeleistung auf 20dBm
//esp_wifi_set_max_tx_power(72); // Setze maximale Sendeleistung auf 20dBm
if(wm_nonblocking) wm.setConfigPortalBlocking(false);
wm.setConfigPortalTimeout(320); // Portal nach 5min schließen