wifi connect version 2

This commit is contained in:
Terrence
2025-01-12 10:25:43 +08:00
parent a868d7e5d1
commit 3655fc89d2
8 changed files with 91 additions and 37 deletions

View File

@@ -7,6 +7,8 @@ class WifiBoard : public Board {
protected:
bool wifi_config_mode_ = false;
WifiBoard();
void EnterWifiConfigMode();
virtual std::string GetBoardJson() override;
public: