mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-07-22 06:28:43 -04:00
Cleanup
This commit is contained in:
parent
b891932353
commit
b02989e07a
3 changed files with 286 additions and 509 deletions
|
@ -1214,13 +1214,7 @@ void setFrequency() {
|
|||
}
|
||||
}
|
||||
|
||||
uint8_t getRandom() {
|
||||
if (radio_online) {
|
||||
return LoRa->random();
|
||||
} else {
|
||||
return 0x00;
|
||||
}
|
||||
}
|
||||
uint8_t getRandom() { return random(0xFF); }
|
||||
|
||||
void promisc_enable() {
|
||||
promisc = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue