Merge remote-tracking branch 'emsesp/core3' into core3

This commit is contained in:
MichaelDvP
2026-05-24 18:01:07 +02:00
86 changed files with 1406 additions and 925 deletions

View File

@@ -501,8 +501,6 @@ void Network::startWIFI() {
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
// the event handlers handle error handling and retries
uint8_t bssid[6];