CE Implement line editing
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m8s

This commit is contained in:
2026-03-04 02:02:05 +01:00
parent 95ea80cee9
commit 81704d7df8
20 changed files with 464 additions and 229 deletions

View File

@@ -29,7 +29,7 @@ void app_main (void) {
for (;;) {
int ch = kb_read_key ();
if (ch <= 0)
if (ch == 0)
continue;
mail_send (ce_pgid, (uint8_t*)&ch, 1);