This commit is contained in:
geeksville
2020-05-02 19:51:25 -07:00
parent 2ad314f150
commit bb9f595b8b
11 changed files with 137 additions and 33 deletions

View File

@@ -62,6 +62,9 @@ class RadioLibRF95: public SX1278 {
// Return true if we are actively receiving a message currently
bool isReceiving();
/// For debugging
uint8_t readReg(uint8_t addr);
#ifndef RADIOLIB_GODMODE
private:
#endif