Fix LoRa(Wan) response after config change

This commit is contained in:
Theo Arends 2025-05-08 15:48:55 +02:00
parent 2d16798263
commit 1e74d6fd4d

View File

@ -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("{"));