Fix Heltec MeshPocket SPI pins

This commit is contained in:
taco
2026-08-13 00:15:34 +10:00
parent 3ea541f1f2
commit c2a4ef082f
+1 -1
View File
@@ -108,7 +108,7 @@
#define PIN_DISPLAY_DC (31)
#define PIN_DISPLAY_RST (32 + 4)
#define PIN_SPI1_MISO (-1)
#define PIN_SPI1_MISO (0) // 0 maps to 0xff on this device which is NRFX_SPIM_PIN_NOT_USED
#define PIN_SPI1_MOSI (20)
#define PIN_SPI1_SCK (22)