Update esp32-c6-touch-lcd-1.83.cc

This commit is contained in:
pfangzhi 2025-12-17 14:59:10 +08:00 committed by GitHub
parent 1a0c3ca357
commit e92ed0d8fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -191,7 +191,7 @@ private:
"Reboot the device and enter WiFi configuration mode.\n"
"**CAUTION** You must ask the user to confirm this action.",
PropertyList(), [this](const PropertyList& properties) {
ResetWifiConfiguration();
// ResetWifiConfiguration();
return true;
});
}
@ -257,5 +257,5 @@ public:
WifiBoard::SetPowerSaveLevel(level);
}
};
}
DECLARE_BOARD(WaveshareEsp32c6TouchLCD1inch83);