dbgmesh l0dable now has release no.

This commit is contained in:
Stefan `Sec` Zehl 2012-01-03 22:23:46 +01:00
parent 97268f237d
commit a76813ffe3
1 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,8 @@ void m_time(void){
lcdNl();
lcdPrint("Nice:");
lcdPrintInt(meshnice);
lcdPrint(" R:");
lcdPrint(IntToStrX(getrelease()%0xfff,3));
lcdNl();
lcdRefresh();