mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-17 13:23:28 +00:00
Added RFM69 helper
LGE tool: new frames Text entry string length bugfix
This commit is contained in:
@@ -590,7 +590,7 @@ void Console::write(std::string message) {
|
||||
for (const auto c : message) {
|
||||
if (escape) {
|
||||
if (c <= 15)
|
||||
pen_color = term_colors[c & 15];
|
||||
pen_color = term_colors[(uint8_t)c];
|
||||
else
|
||||
pen_color = s.foreground;
|
||||
escape = false;
|
||||
|
||||
Reference in New Issue
Block a user