mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-27 15:02:41 +00:00
Apparently BUTTON_PIN is required now
This commit is contained in:
parent
04fcdde944
commit
fb4e15a074
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user