fix: finalize code for DEFCON

remove print statements
switch to async based waiting to improve performance a little on Linux
disable checksums on inbound packets on Linux with smoltcp
This commit is contained in:
Andrew Rioux
2026-08-04 02:07:07 -04:00
parent e6530bcf20
commit a56f6e6cb9
7 changed files with 108 additions and 69 deletions
Generated
+1
View File
@@ -3473,6 +3473,7 @@ dependencies = [
"cfg-if",
"defmt",
"heapless",
"libc",
"log",
"managed",
]