Explorar o código

add that downwards facing >> character

Guðni Már Gilbert %!s(int64=2) %!d(string=hai) anos
pai
achega
15fbb93a8c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Firmware/mmu2/errors_list.h

+ 1 - 1
Firmware/mmu2/errors_list.h

@@ -269,7 +269,7 @@ static const char btnRestartMMU[] PROGMEM_I1 = ISTR("RstMMU");
 static const char btnUnload[] PROGMEM_I1 = ISTR("Unload");
 static const char btnUnload[] PROGMEM_I1 = ISTR("Unload");
 static const char btnStop[] PROGMEM_I1 = ISTR("Stop");
 static const char btnStop[] PROGMEM_I1 = ISTR("Stop");
 static const char btnDisableMMU[] PROGMEM_I1 = ISTR("Disable");
 static const char btnDisableMMU[] PROGMEM_I1 = ISTR("Disable");
-static const char btnMore[] PROGMEM_I1 = ISTR("More"); // @@TODO add that downwards facing >> character
+static const char btnMore[] PROGMEM_I1 = ISTR("More\x01");
 
 
 // We have 8 different operations/buttons at this time, so we need at least 4 bits to encode each.
 // We have 8 different operations/buttons at this time, so we need at least 4 bits to encode each.
 // Since one of the buttons is always "More", we can skip that one.
 // Since one of the buttons is always "More", we can skip that one.