Add missing wait in uuid
This commit is contained in:
parent
5e6141d7b8
commit
b512225cfd
|
@ -32,7 +32,7 @@ static const struct MENU submenu_debug={ "debug", {
|
||||||
{ "MeshInfo", &m_time},
|
{ "MeshInfo", &m_time},
|
||||||
{ "ChkFunk", &ChkFunk},
|
{ "ChkFunk", &ChkFunk},
|
||||||
{ "Qstatus", &Qstatus},
|
{ "Qstatus", &Qstatus},
|
||||||
{ "ShowSP", &getsp},
|
// { "ShowSP", &getsp},
|
||||||
{ "Uptime", &uptime},
|
{ "Uptime", &uptime},
|
||||||
{ "Uuid", &uuid},
|
{ "Uuid", &uuid},
|
||||||
{NULL,NULL}
|
{NULL,NULL}
|
||||||
|
@ -127,6 +127,7 @@ void uuid(void) {
|
||||||
lcdPrintln("Beacon ID:");
|
lcdPrintln("Beacon ID:");
|
||||||
lcdPrintln(IntToStrX(GetUUID32(),8));
|
lcdPrintln(IntToStrX(GetUUID32(),8));
|
||||||
lcdRefresh();
|
lcdRefresh();
|
||||||
|
while(!getInputRaw())work_queue();
|
||||||
}
|
}
|
||||||
|
|
||||||
//# MENU debug Qstatus
|
//# MENU debug Qstatus
|
||||||
|
|
Loading…
Reference in New Issue