mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-08-07 14:02:13 -04:00
Initial multiplatform support
This commit is contained in:
parent
e1df8a2c75
commit
3e0536b272
7 changed files with 415 additions and 131 deletions
2
LoRa.cpp
2
LoRa.cpp
|
@ -449,6 +449,8 @@ long LoRaClass::getSignalBandwidth()
|
|||
case 8: return 250E3;
|
||||
case 9: return 500E3;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
void LoRaClass::handleLowDataRate(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue