1
0

Name UTIL Util

This commit is contained in:
Richard Baptist
2019-07-09 12:57:42 +02:00
parent ca25df2e4a
commit c4f2a2cc00

View File

@@ -225,7 +225,7 @@ void render_status(void) {
oled_write_P(PSTR("Ext "), false);
break;
case _UTIL:
oled_write_P(PSTR("Exec "), false);
oled_write_P(PSTR("Util "), false);
break;
default:
oled_write_P(PSTR("Unkn "), false);