Fix LoRa(Wan) response after config change
This commit is contained in:
parent
2d16798263
commit
1e74d6fd4d
@ -484,6 +484,8 @@ void CmndLoraConfig(void) {
|
||||
Lora->Config();
|
||||
}
|
||||
}
|
||||
uint8_t data[1] = { 0 };
|
||||
LoraSend(data, 0, false); // Fix init SX12xx after config change
|
||||
}
|
||||
ResponseCmnd(); // {"LoRaConfig":
|
||||
ResponseAppend_P(PSTR("{"));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user