Add missing wait in uuid

This commit is contained in:
Stefan `Sec` Zehl 2011-08-05 15:04:48 +02:00
parent 5e6141d7b8
commit b512225cfd
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@ static const struct MENU submenu_debug={ "debug", {
{ "MeshInfo", &m_time},
{ "ChkFunk", &ChkFunk},
{ "Qstatus", &Qstatus},
{ "ShowSP", &getsp},
// { "ShowSP", &getsp},
{ "Uptime", &uptime},
{ "Uuid", &uuid},
{NULL,NULL}
@ -127,6 +127,7 @@ void uuid(void) {
lcdPrintln("Beacon ID:");
lcdPrintln(IntToStrX(GetUUID32(),8));
lcdRefresh();
while(!getInputRaw())work_queue();
}
//# MENU debug Qstatus