mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-30 14:16:32 +00:00
parent
7e5b9eb810
commit
9c6b4259a4
@ -176,6 +176,7 @@ void Sdm630SnsInit(void)
|
|||||||
uint8_t result = Sdm630Modbus->Begin(SDM630_SPEED);
|
uint8_t result = Sdm630Modbus->Begin(SDM630_SPEED);
|
||||||
if (result) {
|
if (result) {
|
||||||
if (2 == result) { ClaimSerial(); }
|
if (2 == result) { ClaimSerial(); }
|
||||||
|
Energy.phase_count = 3;
|
||||||
} else {
|
} else {
|
||||||
energy_flg = ENERGY_NONE;
|
energy_flg = ENERGY_NONE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user