Files
klubhaus-doorbell/boards/uno-r4-wifi/board-config.sh
T
david 3af958b69f feat: add Arduino Uno R4 WiFi board
- LED matrix doorbell display with scrolling text
- Non-blocking HTTP poll state machine for ntfy.sh
- Ticker tape pressure gauge (12 cols, 3-min window, PWM decay)
- Unix timestamp message filtering (readyTime after NTP sync)
- BUILTIN LED sine-wave brightness heartbeat
- Pending: remove backup file before merge
2026-05-29 20:17:47 -07:00

4 lines
80 B
Bash

FQBN=arduino:renesas_uno:unor4wifi
PORT=/dev/ttyACM0
LIBS=""
OPTS="-DDEBUG_MODE"