mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-08 13:41:28 +00:00
Fix switch
This commit is contained in:
parent
cd16b7b00a
commit
234e652a07
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user