mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
Fix EnergyConfig regression
This commit is contained in:
parent
5494d47c47
commit
4942bf6d92
@ -854,6 +854,7 @@ void CmndModuleAddress(void) {
|
|||||||
void CmndEnergyConfig(void) {
|
void CmndEnergyConfig(void) {
|
||||||
Energy.command_code = CMND_ENERGYCONFIG;
|
Energy.command_code = CMND_ENERGYCONFIG;
|
||||||
if (XnrgCall(FUNC_COMMAND)) {
|
if (XnrgCall(FUNC_COMMAND)) {
|
||||||
|
ResponseClear();
|
||||||
if (!ResponseLength()) {
|
if (!ResponseLength()) {
|
||||||
ResponseCmndDone();
|
ResponseCmndDone();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user