Other boards skip GPS

This commit is contained in:
lewisxhe 2024-08-09 14:59:27 +08:00
commit 64a81b67be
46 changed files with 184 additions and 0 deletions

View file

@ -651,7 +651,9 @@ void setupBoards(bool disable_u8g2 )
beginWiFi();
#ifdef HAS_GPS
#ifdef T_BEAM_S3_BPF
find_gps = beginGPS();
#endif
#endif
Serial.println("init done . ");
@ -682,8 +684,10 @@ void printResult(bool radio_online)
#endif
#ifdef HAS_GPS
#ifdef T_BEAM_S3_BPF
Serial.print("GPS : ");
Serial.println(( find_gps ) ? "+" : "-");
#endif
#endif
if (u8g2) {