Files
uno-q-audio-synth/sketch
david 340ea3ec0a
Validate and Test / validate-patches (push) Failing after 12s
fix: reduce loop delay to 10ms so __loopHook processes RPCs
Background thread stack (500 bytes) overflows after ~50 draw_frame
calls. __loopHook (called after loop() returns) is the fallback.
With delay(1000), it ran once per second — too slow.
Reducing to delay(10) keeps RPC processing responsive.
2026-06-24 05:24:20 -07:00
..