mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-06-17 13:26:31 +03:00
remove debug log
This commit is contained in:
@@ -509,8 +509,6 @@ void Network::startWIFI() {
|
|||||||
|
|
||||||
wifi_connect_pending_ = true;
|
wifi_connect_pending_ = true;
|
||||||
|
|
||||||
LOG_DEBUG("WiFi connection with %s and %s", ssid_.c_str(), password_.c_str());
|
|
||||||
|
|
||||||
// attempt to connect to the wifi network
|
// attempt to connect to the wifi network
|
||||||
// the event handlers handle error handling and retries
|
// the event handlers handle error handling and retries
|
||||||
uint8_t bssid[6];
|
uint8_t bssid[6];
|
||||||
|
|||||||
Reference in New Issue
Block a user