Added Code Generated Proto
This commit is contained in:
@@ -4,6 +4,16 @@ all:
|
||||
export:
|
||||
source ~/esp/esp-idf/export.fish && fish
|
||||
|
||||
get_code_gen:
|
||||
wget git.aloxdrim.de/skruecken/protgen/actions/runs/latest/artifacts/alox.protogen -O alox.protogen.zip
|
||||
unzip -o alox.protogen.zip
|
||||
rm alox.protogen.zip
|
||||
chmod +x alox.protogen
|
||||
|
||||
gen_prot:
|
||||
./alox.protogen -i prot.json -o main/uart
|
||||
|
||||
|
||||
buildIdf:
|
||||
idf.py build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user