Added getIRQGpio to return DIO0 for Lilygo TLoRa SX1276

This commit is contained in:
Kevin Le
2026-02-13 23:23:39 +07:00
parent f576767d28
commit 71e044ff60
@@ -21,4 +21,8 @@ public:
return (2 * raw);
}
uint32_t getIRQGpio() override {
return P_LORA_DIO_0; // default for SX1276
}
};