Minimal makefile

This commit is contained in:
2025-12-20 21:23:29 +01:00
parent 2b54594041
commit 358da628c5

View File

@@ -4,9 +4,12 @@ help:
# env - Start the esp environment on nix
# server - Start the go server
monitor:
push:
idf.py -p /dev/ttyUSB0 flash monitor
mon:
idf.py -p /dev/ttyUSB0 monitor
env:
nix --experimental-features 'nix-command flakes' develop github:mirrexagon/nixpkgs-esp-dev#esp32-idf