early work on modems

This commit is contained in:
2025-07-13 19:57:17 +02:00
parent db28d03f3c
commit 3d5c8f2bfc
2 changed files with 33 additions and 3 deletions

View File

@@ -39,3 +39,4 @@
- rework some interfaces to account for possibility of errors
- use dynamic arrays for signals (and maybe components), but still keep the maximums to prevent memory hogging
- setup an extensive testing system to find bugs easier
- check if ports are open in `nn_pushNetworkMessage`