Simple webserver in go

- Better Makefile
- Added basic dependencies in the Makefile
This commit is contained in:
Jonas Hahn
2025-12-20 18:06:03 +01:00
parent 508669c826
commit 76967d8451
6 changed files with 58 additions and 1 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
monitor:
idf.py -p /dev/ttyUSB0 flash monitor
env:
nix --experimental-features 'nix-command flakes' develop github:mirrexagon/nixpkgs-esp-dev#esp32-idf
server:
go run main.go