diff --git a/VS-Code.md b/VS-Code.md index c830ddc..e8c3816 100644 --- a/VS-Code.md +++ b/VS-Code.md @@ -129,4 +129,4 @@ Here's an example `.devcontainer.json` micropython project file you could base y } ``` -The image used could be swapped from `micropython/unix:latest` to `espressif/idf:release-v4.4` if you want to compile for esp32, or one with arm-none-eabi-gcc like `registry.gitlab.com/alelec/docker-arm-none-eabi:latest` for building arm ports like stm32 or mimxrt. \ No newline at end of file +The image used could be swapped from `micropython/unix:latest` to `espressif/idf:release-v4.4` if you want to compile for esp32, or one with arm-none-eabi-gcc like `micropython/build-micropython-arm:latest` for building arm ports like stm32 or mimxrt. \ No newline at end of file