fix: robust router send with auto-reconnect, 10ms timeout
Validate and Test / validate-patches (push) Failing after 13s

- try_send() helper: reconnect on send failure
- 10ms socket timeout instead of 300ms (stalls poll loop)
- Refresh path also uses try_send
- Remove committed library bloat from repo (add .gitignore)
This commit is contained in:
2026-06-24 04:46:59 -07:00
parent f70a8701c9
commit 3b40592055
47 changed files with 22 additions and 47591 deletions
+4
View File
@@ -0,0 +1,4 @@
# Ignore library files copied into sketch/ for build
/sketch/lib/
/sketch/*.h
/sketch/*.cpp