mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-17 07:46:31 +00:00
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…
x
Reference in New Issue
Block a user