Files
uno-q-audio-synth/sketch/.gitignore
T
david 3b40592055
Validate and Test / validate-patches (push) Failing after 13s
fix: robust router send with auto-reconnect, 10ms timeout
- 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)
2026-06-24 04:46:59 -07:00

5 lines
92 B
Plaintext

# Ignore library files copied into sketch/ for build
/sketch/lib/
/sketch/*.h
/sketch/*.cpp