mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +00:00
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
|
||||||
|
}
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user