Update setup cpp

This commit is contained in:
lewisxhe 2025-06-10 17:11:51 +08:00
commit f1677b990c
50 changed files with 552 additions and 68 deletions

View file

@ -724,7 +724,7 @@ void setupBoards(bool disable_u8g2 )
#endif /*GPS_EN_PIN*/
#ifdef GPS_PPS_PIN
pinMode(GPS_EN_PIN, INPUT);
pinMode(GPS_PPS_PIN, INPUT);
#endif
#if defined(ARDUINO_ARCH_ESP32)