fix: robust router send with auto-reconnect, 10ms timeout
Validate and Test / validate-patches (push) Failing after 13s
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:
@@ -0,0 +1,4 @@
|
||||
# Ignore library files copied into sketch/ for build
|
||||
/sketch/lib/
|
||||
/sketch/*.h
|
||||
/sketch/*.cpp
|
||||
Reference in New Issue
Block a user