mirror of
https://github.com/78/xiaozhi-esp32.git
synced 2026-01-14 01:07:30 +08:00
Update esp32-c6-touch-lcd-1.83.cc
This commit is contained in:
parent
1a0c3ca357
commit
e92ed0d8fe
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user