Added getIRQGpio to return DIO0 for Lilygo T3S3 SX1276

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