Skip to content

Commit 2c3fe65

Browse files
committed
Remove espmonitor
1 parent 664e6ad commit 2c3fe65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
2222
&& $HOME/.cargo/bin/rustup component add rust-src --toolchain ${NIGHTLY_VERSION} \
2323
&& $HOME/.cargo/bin/rustup target add riscv32i-unknown-none-elf
2424

25-
RUN $HOME/.cargo/bin/cargo install cargo-espflash espmonitor ldproxy
25+
RUN $HOME/.cargo/bin/cargo install cargo-espflash ldproxy
2626

2727
RUN mkdir -p ${HOME}/.espressif/frameworks/ \
2828
&& git clone --branch ${ESP_IDF_VERSION} -q --depth 1 --shallow-submodules \

0 commit comments

Comments
 (0)