Added begin scan wifi

This commit is contained in:
lewisxhe 2025-01-13 17:38:35 +08:00
commit 903baf9689
98 changed files with 2450 additions and 0 deletions

View file

@ -101,6 +101,8 @@ bool recoveryGPS();
void loopPMU(void (*pressed_cb)(void));
void scanWiFi();
#ifdef HAS_PMU
extern XPowersLibInterface *PMU;
extern bool pmuInterrupt;