GPS_POWER_TOGGLE no longer has a function, so purge (#8312)

This commit is contained in:
Jonathan Bennett
2025-10-12 05:33:34 -05:00
committed by GitHub
parent 981d058e9f
commit 464663b496
48 changed files with 0 additions and 52 deletions

View File

@@ -6,7 +6,6 @@
#define GPS_TX_PIN 15
#define GPS_RX_PIN 12
#define PIN_GPS_EN 4
#define GPS_POWER_TOGGLE // Moved definition from platformio.ini to here
#define BUTTON_PIN 39 // The middle button GPIO on the T-Beam
// Note: On the ESP32 base version, gpio34-39 are input-only, and do not have internal pull-ups.