Moved LoRa GPIOs to platformio.ini for TBeam boards

This commit is contained in:
Kevin Le
2026-05-28 15:13:14 +07:00
parent 71e044ff60
commit daaeaafca1
7 changed files with 41 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include <Arduino.h>
#include "target.h"
TBeamBoard board;
LilygoTBeamSX1276Board board;
#if defined(P_LORA_SCLK)
static SPIClass spi;