@@ -21,4 +21,8 @@ public:
return (2 * raw);
}
+
+ uint32_t getIRQGpio() override {
+ return P_LORA_DIO_0; // default for SX1276
+ }
};