mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-18 00:06:29 +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();
|
Lora->Config();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
uint8_t data[1] = { 0 };
|
||||||
|
LoraSend(data, 0, false); // Fix init SX12xx after config change
|
||||||
}
|
}
|
||||||
ResponseCmnd(); // {"LoRaConfig":
|
ResponseCmnd(); // {"LoRaConfig":
|
||||||
ResponseAppend_P(PSTR("{"));
|
ResponseAppend_P(PSTR("{"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user