CE process watching WIP

This commit is contained in:
2026-03-18 15:30:41 +01:00
parent 76b1533ad0
commit 77ab25bcee
18 changed files with 110 additions and 39 deletions

View File

@@ -76,9 +76,11 @@ void app_main (void) {
mprintf (PROMPT);
uint8_t ch = 0;
for (;;) {
mail_receive (&ch, 1);
int ch = kb_read_key ();
if (ch == 0)
continue;
if (ch == '\n')
break;