Apparently BUTTON_PIN is required now

This commit is contained in:
Brad Bosch 2025-08-17 12:48:15 -05:00
parent 04fcdde944
commit fb4e15a074

View File

@ -118,7 +118,7 @@ E22/NRF52 PRO MICRO PIN ASSIGNMENT
#define LED_STATE_ON 1 // State when LED is lit #define LED_STATE_ON 1 // State when LED is lit
// Button // Button
// #define BUTTON_PIN // no button #define BUTTON_PIN (-1) // no button
// GPS // GPS
#define PIN_GPS_TX (32 + 1) // P1.01 #define PIN_GPS_TX (32 + 1) // P1.01