feat: add backend for configuring WiFi STA

This commit is contained in:
2025-05-13 13:44:26 +02:00
parent 48122cb61d
commit 35c72b1e39
6 changed files with 202 additions and 55 deletions

View File

@@ -2,6 +2,8 @@ SHELL := bash
ARCH ?= amd64
ADDR ?= 0.0.0.0:8080
default: build
generate:
swagger generate server -f api/rcond.yaml -t api/
go mod tidy
@@ -37,4 +39,4 @@ dev:
go run cmd/rcond/main.go
upload:
scp bin/rcond-${ARCH} pi@rpi-test:/home/pi/rcond
scp bin/rcond-${ARCH} pi@192.168.1.43:/home/pi/rcond