feat(doorbell): add staged boot sequence and refactor main loop

This commit is contained in:
2026-02-18 00:35:48 -08:00
parent 6cff6d4bf4
commit cd74b501db
16 changed files with 285 additions and 134 deletions

View File

@@ -1,5 +1,5 @@
local M = {}
M.board = 'arduino:avr:uno'
M.board = 'esp32:esp32:esp32'
M.port = '/dev/ttyUSB0'
M.baudrate =115200
M.baudrate = 115200
return M