We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
espmonitor
1 parent 664e6ad commit 2c3fe65Copy full SHA for 2c3fe65
.devcontainer/Dockerfile
@@ -22,7 +22,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
22
&& $HOME/.cargo/bin/rustup component add rust-src --toolchain ${NIGHTLY_VERSION} \
23
&& $HOME/.cargo/bin/rustup target add riscv32i-unknown-none-elf
24
25
-RUN $HOME/.cargo/bin/cargo install cargo-espflash espmonitor ldproxy
+RUN $HOME/.cargo/bin/cargo install cargo-espflash ldproxy
26
27
RUN mkdir -p ${HOME}/.espressif/frameworks/ \
28
&& git clone --branch ${ESP_IDF_VERSION} -q --depth 1 --shallow-submodules \
0 commit comments