Minimal makefile
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user