This commit is contained in:
Mark Qvist 2025-01-03 21:58:59 +01:00
parent b891932353
commit b02989e07a
3 changed files with 286 additions and 509 deletions

View file

@ -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;