mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-08-07 14:02:13 -04:00
Get build building
This commit is contained in:
parent
c46ec5778d
commit
d01a4b293f
6 changed files with 223 additions and 121 deletions
2
LoRa.cpp
2
LoRa.cpp
|
@ -207,7 +207,7 @@ int LoRaClass::endPacket()
|
|||
#if LIBRARY_TYPE == LIBRARY_ARDUINO
|
||||
yield();
|
||||
#elif LIBRARY_TYPE == LIBRARY_C
|
||||
::sleep(1);
|
||||
::sleep(0);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue