Fix switch

This commit is contained in:
Riley Nielsen 2024-09-01 20:40:56 -07:00
parent cd16b7b00a
commit 234e652a07

View File

@ -335,6 +335,7 @@ class Screen : public concurrency::OSThread
#if defined(OLED_PL) #if defined(OLED_PL)
switch(last) {
case 0xC3: { case 0xC3: {
if (ch == 147) if (ch == 147)
@ -371,6 +372,7 @@ class Screen : public concurrency::OSThread
#if defined(OLED_UA) || defined(OLED_RU) #if defined(OLED_UA) || defined(OLED_RU)
switch(last) {
case 0xC3: { case 0xC3: {
SKIPREST = false; SKIPREST = false;
return (uint8_t)(ch | 0xC0); return (uint8_t)(ch | 0xC0);