| 120 | } |
| 121 | |
| 122 | void WifiHotspot::start_async() { |
| 123 | openhd::AsyncHandle::instance().execute_async( |
| 124 | "WiFi HS", [this]() { WifiHotspot::start(); }); |
| 125 | } |
| 126 | |
| 127 | void WifiHotspot::stop_async() { |
| 128 | openhd::AsyncHandle::instance().execute_async( |
nothing calls this directly
no test coverage detected