Fix spelling mistake when UBL's mesh is Inactive
This commit is contained in:
parent
0423e93c42
commit
52978e5ba5
@ -1125,7 +1125,7 @@
|
|||||||
if (ubl.state.active)
|
if (ubl.state.active)
|
||||||
SERIAL_PROTOCOLCHAR('A');
|
SERIAL_PROTOCOLCHAR('A');
|
||||||
else
|
else
|
||||||
SERIAL_PROTOCOLPGM("In");
|
SERIAL_PROTOCOLPGM("Ina");
|
||||||
SERIAL_PROTOCOLLNPGM("ctive.\n");
|
SERIAL_PROTOCOLLNPGM("ctive.\n");
|
||||||
safe_delay(50);
|
safe_delay(50);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user