Skip to content

Commit

Permalink
Merge branch 'master' into release/v5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev authored Aug 28, 2024
2 parents 807bddb + f488f41 commit 958f8b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions configs/pio_start.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ if "ZIGBEE_MODE_ZCZR" in flatten_cppdefines:
LIBS=[
"-lesp_zb_api_zczr",
"-lesp_zb_cli_command",
"-lzboss_stack.zczr.trace",
"-lzboss_stack.zczr",
"-lzboss_port"
]
Expand All @@ -57,7 +56,6 @@ if "ZIGBEE_MODE_ED" in flatten_cppdefines:
LIBS=[
"-lesp_zb_api_ed",
"-lesp_zb_cli_command",
"-lzboss_stack.ed.trace",
"-lzboss_stack.ed",
"-lzboss_port"
]
Expand Down
2 changes: 1 addition & 1 deletion tools/install-arduino.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ fi

if [ "$AR_BRANCH" ]; then
echo "AR_BRANCH='$AR_BRANCH'"
git -C "$AR_COMPS/arduino" fetch --all && \
git -C "$AR_COMPS/arduino" checkout "$AR_BRANCH" && \
git -C "$AR_COMPS/arduino" fetch && \
git -C "$AR_COMPS/arduino" pull --ff-only
fi
if [ $? -ne 0 ]; then exit 1; fi
2 changes: 2 additions & 0 deletions tools/install-esp-idf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ if [ ! -d "$IDF_PATH" ]; then
idf_was_installed="1"
fi

git -C "$IDF_PATH" fetch --all --tags

if [ "$IDF_TAG" ]; then
git -C "$IDF_PATH" checkout "tags/$IDF_TAG"
idf_was_installed="1"
Expand Down

0 comments on commit 958f8b0

Please sign in to comment.