Skip to content

Commit a146e83

Browse files
authored
Fix iron (#734) (#738)
* Fix iron (#734) (cherry picked from commit 6c040e3) # Conflicts: # config/freertos/esp32/create.sh * Update create.sh
1 parent 32b25e5 commit a146e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/freertos/esp32/create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pushd $FW_TARGETDIR >/dev/null
2626

2727
. $IDF_PATH/export.sh
2828

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

3131
popd >/dev/null
3232

0 commit comments

Comments
 (0)