mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
fix typo (#17511)
This commit is contained in:
parent
c1ce983bef
commit
bd4fe78775
@ -99,10 +99,10 @@ void DingtianInit(void) {
|
||||
|
||||
Dingtian->first = TasmotaGlobal.devices_present;
|
||||
TasmotaGlobal.devices_present += Dingtian->count;
|
||||
if (TasGlobal.devices_present > POWER_SIZE) {
|
||||
TasGlobal.devices_present = POWER_SIZE;
|
||||
if (TasmotaGlobal.devices_present > POWER_SIZE) {
|
||||
TasmotaGlobal.devices_present = POWER_SIZE;
|
||||
}
|
||||
AddLog(LOG_LEVEL_DEBUG, PSTR("DNGT: Dingtian relays: POWER%d to POWER%d"), Dingtian->first + 1, TasGlobal.devices_present);
|
||||
AddLog(LOG_LEVEL_DEBUG, PSTR("DNGT: Dingtian relays: POWER%d to POWER%d"), Dingtian->first + 1, TasmotaGlobal.devices_present);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user