mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Fix identation typo
This commit is contained in:
parent
51332e1193
commit
8267d99334
@ -1552,7 +1552,7 @@ void ZigbeeGlowPermitJoinLight(void) {
|
|||||||
#else
|
#else
|
||||||
analogWrite(led_pin, TasmotaGlobal.ledlnk_inverted ? 1023 - led_power : led_power);
|
analogWrite(led_pin, TasmotaGlobal.ledlnk_inverted ? 1023 - led_power : led_power);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// check if the permitjoin timer has expired
|
// check if the permitjoin timer has expired
|
||||||
|
Loading…
x
Reference in New Issue
Block a user