Added Code Generated Proto

This commit is contained in:
2025-05-19 21:58:26 +02:00
parent 72486619f2
commit a3a2c35fed
6 changed files with 97 additions and 1 deletions
+10
View File
@@ -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