sta: fix reconnect ap when ap lost

Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
This commit is contained in:
2025-12-05 12:10:06 +09:00
parent 388e75864a
commit cefe34c7bc
3 changed files with 33 additions and 2 deletions

View File

@@ -8,5 +8,6 @@
void wifi_init_sta(void);
void wifi_init_ap(void);
void initialize_sntp(void);
void wifi_set_auto_reconnect(bool enable);
#endif // ODROID_POWER_MATE_PRIV_WIFI_H