Skip to content

Commit

Permalink
Fix iron (#734) (#738)
Browse files Browse the repository at this point in the history
* Fix iron (#734)

(cherry picked from commit 6c040e3)

# Conflicts:
#	config/freertos/esp32/create.sh

* Update create.sh
  • Loading branch information
pablogs9 authored Sep 27, 2024
1 parent 32b25e5 commit a146e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/freertos/esp32/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pushd $FW_TARGETDIR >/dev/null

. $IDF_PATH/export.sh

pip3 install catkin_pkg lark-parser colcon-common-extensions --break-system-packages
pip3 install catkin_pkg lark-parser empy==3.3.4 colcon-common-extensions --break-system-packages

popd >/dev/null

Expand Down

0 comments on commit a146e83

Please sign in to comment.