To run the server, run
cd server
go run main.go
To install the firmware on Windows, first install arduino-cli and make sure it is available in PowerShell. Then run:
.\scripts\flash-macropad.ps1 setup
.\scripts\flash-macropad.ps1 allIf auto-detection misses the board, pass the COM port explicitly:
.\scripts\flash-macropad.ps1 upload COM4This firmware currently only supports the Adafruit MacroPad RP2040.