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)
|
||||
SERIAL_PROTOCOLCHAR('A');
|
||||
else
|
||||
SERIAL_PROTOCOLPGM("In");
|
||||
SERIAL_PROTOCOLPGM("Ina");
|
||||
SERIAL_PROTOCOLLNPGM("ctive.\n");
|
||||
safe_delay(50);
|
||||
|
||||
|
|
Loading…
Reference in a new issue