From 15fbb93a8c15bf1adb068dcde2e90dcf5cc653ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Sat, 7 May 2022 13:50:58 +0000 Subject: [PATCH] add that downwards facing >> character --- Firmware/mmu2/errors_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/mmu2/errors_list.h b/Firmware/mmu2/errors_list.h index d1ebf6b2b..d87e786eb 100644 --- a/Firmware/mmu2/errors_list.h +++ b/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 btnStop[] PROGMEM_I1 = ISTR("Stop"); 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. // Since one of the buttons is always "More", we can skip that one.