Skip to content

Commit 9c5942c

Browse files
committed
Change repos & idf version
1 parent 8143764 commit 9c5942c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/freertos/esp32/board.repos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
repositories:
22
freertos_apps:
33
type: git
4-
url: https://github.com/micro-ROS/freertos_apps
5-
version: foxy
4+
url: https://github.com/nomumu/freertos_apps
5+
version: feature/m5stack
66

77

88

config/freertos/esp32/create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pushd $FW_TARGETDIR >/dev/null
33
mkdir toolchain
44

55
pushd toolchain >/dev/null
6-
git clone -b v4.1 --recursive https://github.com/espressif/esp-idf.git
6+
git clone -b v4.3 --recursive https://github.com/espressif/esp-idf.git
77

88
mkdir espressif
99
export IDF_TOOLS_PATH=$(pwd)/espressif

0 commit comments

Comments
 (0)