fix: move reset button to BCM 22 — BCM 17 conflicts with Waveshare HAT RST_PIN

This commit is contained in:
Matt Edholm
2026-04-23 00:15:19 -04:00
parent 7f34a7b926
commit 2aa4b69318
+1 -1
View File
@@ -6,7 +6,7 @@ from planemapper.constants import RESET_HOLD_S
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
BUTTON_GPIO_PIN = 17 BUTTON_GPIO_PIN = 22 # BCM 17 is used by Waveshare e-ink HAT (RST_PIN)
LED_GPIO_PIN = 27 LED_GPIO_PIN = 27