Occasionally scan for known networks when in softap mode

This commit is contained in:
2025-10-15 23:15:10 -04:00
parent eb76a5041d
commit 7590601f98
2 changed files with 52 additions and 8 deletions

View File

@@ -37,6 +37,7 @@ private:
int init_connection();
int handle_connecting();
int handle_disconnect();
int handle_broadcasting();
int init_softap();
static void wifi_event_handler(void *event_handler_arg, esp_event_base_t event_base, int32_t event_id, void *event_data);