fix: move reset button to BCM 22 — BCM 17 conflicts with Waveshare HAT RST_PIN
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user