basic telnet

This commit is contained in:
boreddevnl
2026-03-04 09:54:57 +01:00
parent cc752052dc
commit 903d4e0510
8 changed files with 563 additions and 13 deletions

View File

@@ -22,5 +22,6 @@ void k_delay(int iterations);
void k_sleep(int ms);
void k_reboot(void);
void k_shutdown(void);
void k_beep(int freq, int ms);
#endif