Use correct name for ALT_BUTTON_PIN (#9225)

This commit is contained in:
Jonathan Bennett
2026-01-08 19:19:17 -06:00
committed by GitHub
parent 390f0c8248
commit 489de09375

View File

@@ -15,7 +15,7 @@
// Buttons
#define BUTTON_PIN 0 // BUTTON 1
#define BUTTON_PIN_ALT 17 // BUTTON 2
#define ALT_BUTTON_PIN 17 // BUTTON 2
// SPI (shared by LoRa and SD)
#define SPI_MOSI 11