From a400e235928f5fd418f4c82bf774b6f5457db673 Mon Sep 17 00:00:00 2001 From: Peter Feerick Date: Sun, 14 Jul 2024 16:20:48 +1000 Subject: [PATCH] Update XIAO_ESP32C6_Getting_Started.md Signed-off-by: Peter Feerick --- .../XIAO_ESP32C6_Getting_Started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C6/XIAO_ESP32C6_Getting_Started.md b/docs/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C6/XIAO_ESP32C6_Getting_Started.md index 103fa22a9ccf..3e0540757bb7 100644 --- a/docs/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C6/XIAO_ESP32C6_Getting_Started.md +++ b/docs/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C6/XIAO_ESP32C6_Getting_Started.md @@ -261,10 +261,10 @@ And the on-board package for XIAO ESP32C6 requires at least version **2.0.8** to #### Add the XIAO-C6 Board {#add-board} -As of April 16, 2024, the most current stable release of Arduino-ESP32 is version `2.0.15`. Unfortunately, [this version does not support](https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html#supported-soc-s) the **ESP32-C6** chipset, which means it also does not support the `XIAO ESP32-C6` board. To work with XIAO-C6, you'll need to utilize the development release of [the board manager URL](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html#installing-using-arduino-ide) provided below: +As of July 14, 2024, the most current stable release of Arduino-ESP32 is version `3.0.2`. Version 3.0.0, released on May 28, [added support](https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html#supported-soc-s) for the **ESP32-C6** chipset. To work with XIAO-C6, you can utilize the stable release of [the board manager URL](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html#installing-using-arduino-ide) provided below: ``` -https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json +https://espressif.github.io/arduino-esp32/package_esp32_index.json ``` @@ -527,4 +527,4 @@ Thank you for choosing our products! We are here to provide you with different s
-
\ No newline at end of file +