Files
klubhaus-doorbell/sketches/doorbell-touch-esp32-32e/.arduino_config.lua
2026-02-16 19:05:13 -08:00

6 lines
93 B
Lua

local M = {}
M.board = 'arduino:avr:uno'
M.port = '/dev/ttyUSB0'
M.baudrate =115200
return M