Added getIRQGpio to return DIO0 for Lilygo TLoRa SX1276
This commit is contained in:
@@ -21,4 +21,8 @@ public:
|
|||||||
|
|
||||||
return (2 * raw);
|
return (2 * raw);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
uint32_t getIRQGpio() override {
|
||||||
|
return P_LORA_DIO_0; // default for SX1276
|
||||||
|
}
|
||||||
};
|
};
|
||||||
Verwijs in nieuw issue
Block a user