fix: active poll instead of wait for interupt

This commit is contained in:
Jet 2026-03-23 13:21:42 -07:00
parent 8554f7a8ad
commit f57ecd19aa
No known key found for this signature in database
4 changed files with 51 additions and 36 deletions

View file

@ -84,7 +84,7 @@ sudo chmod 600 /etc/noisebell/pi-to-cache-key /etc/noisebell/cache-to-pi-key /et
sudo tee /etc/noisebell/noisebell.env >/dev/null <<'ENVEOF'
NOISEBELL_GPIO_PIN=17
NOISEBELL_DEBOUNCE_SECS=5
NOISEBELL_DEBOUNCE_MS=50
NOISEBELL_PORT=80
NOISEBELL_RETRY_ATTEMPTS=3
NOISEBELL_RETRY_BASE_DELAY_SECS=1