mirror of
https://github.com/anklimov/lighthub
synced 2025-12-08 04:39:49 +03:00
printex
This commit is contained in:
@@ -421,10 +421,7 @@ void onInitialStateInitLAN() {
|
||||
#if defined(ESP8266) and defined(WIFI_MANAGER_DISABLE)
|
||||
if(!wifiInitialized) {
|
||||
WiFi.mode(WIFI_STA);
|
||||
debugSerial<<F("WIFI AP/Password:"));
|
||||
debugSerial<<QUOTE(ESP_WIFI_AP));
|
||||
debugSerial<<F("/"));
|
||||
debugSerial<<QUOTE(ESP_WIFI_PWD));
|
||||
debugSerial<<F("WIFI AP/Password:")<<QUOTE(ESP_WIFI_AP)<<F("/")<<QUOTE(ESP_WIFI_PWD);
|
||||
wifi_set_macaddr(STATION_IF,mac);
|
||||
WiFi.begin(QUOTE(ESP_WIFI_AP), QUOTE(ESP_WIFI_PWD));
|
||||
wifiInitialized = true;
|
||||
|
||||
Reference in New Issue
Block a user