mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-08-07 22:12:14 -04:00
Don't talk to modem when not begun
Indirect debug prints Implement Linux EEPROM from file Make EEPROM-flashable Explain how to flash on startup
This commit is contained in:
parent
04c8523619
commit
910b8b0821
6 changed files with 196 additions and 40 deletions
1
LoRa.h
1
LoRa.h
|
@ -133,6 +133,7 @@ private:
|
|||
int _packetIndex;
|
||||
int _implicitHeaderMode;
|
||||
void (*_onReceive)(int);
|
||||
bool _spiBegun;
|
||||
#if LIBRARY_TYPE == LIBRARY_C
|
||||
int _fd;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue