Define a reset state from a dump

This commit is contained in:
Adam Novak 2022-02-21 13:48:53 -05:00
parent 3a576b3c4d
commit f50095f9eb
2 changed files with 87 additions and 52 deletions

2
LoRa.h
View file

@ -112,6 +112,8 @@ public:
#endif
private:
bool resetModem();
void explicitHeaderMode();
void implicitHeaderMode();