pinelora WIP

This commit is contained in:
Kevin Hester
2021-04-22 08:49:05 +08:00
parent c4878671e3
commit 6e27856daa
6 changed files with 31 additions and 14 deletions

View File

@@ -151,6 +151,9 @@ class RadioInterface
*/
float getFreq();
/// Some boards (1st gen Pinetab Lora module) have broken IRQ wires, so we need to poll via i2c registers
virtual bool isIRQPending() { return false; }
protected:
int8_t power = 17; // Set by applyModemConfig()