peacemaker Expert Licensed User Longtime User Sep 19, 2021 #1 Hi, All The v.2.0.0 of ESP32 SDK is ready: https://github.com/espressif/arduino-esp32 But Arduino board manager shows only v.1.0.6 max - how to update ? And main - how to be sure that new ESP32-C3 is OK with B4R ? It should be instead of old ESP8266.
Hi, All The v.2.0.0 of ESP32 SDK is ready: https://github.com/espressif/arduino-esp32 But Arduino board manager shows only v.1.0.6 max - how to update ? And main - how to be sure that new ESP32-C3 is OK with B4R ? It should be instead of old ESP8266.
thetahsk Active Member Licensed User Longtime User Sep 20, 2021 #2 peacemaker said: Hi, All The v.2.0.0 of ESP32 SDK is ready: https://github.com/espressif/arduino-esp32 But Arduino board manager shows only v.1.0.6 max - how to update ? And main - how to be sure that new ESP32-C3 is OK with B4R ? It should be instead of old ESP8266. Click to expand... Add the https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json link in your Arduino Preferences and install Version 2.0 through your Board Manager. GitHub - espressif/arduino-esp32: Arduino core for the ESP32 Arduino core for the ESP32. Contribute to espressif/arduino-esp32 development by creating an account on GitHub. github.com The Compatibility still needs to be verified. Upvote 0
peacemaker said: Hi, All The v.2.0.0 of ESP32 SDK is ready: https://github.com/espressif/arduino-esp32 But Arduino board manager shows only v.1.0.6 max - how to update ? And main - how to be sure that new ESP32-C3 is OK with B4R ? It should be instead of old ESP8266. Click to expand... Add the https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json link in your Arduino Preferences and install Version 2.0 through your Board Manager. GitHub - espressif/arduino-esp32: Arduino core for the ESP32 Arduino core for the ESP32. Contribute to espressif/arduino-esp32 development by creating an account on GitHub. github.com The Compatibility still needs to be verified.
rbghongade Well-Known Member Licensed User Longtime User Sep 21, 2021 #3 Be careful while updating to v2.0.0 as there are still open issues. I tried upgrading and found that the compilation fails, had to revert to 1.06. Upvote 0
Be careful while updating to v2.0.0 as there are still open issues. I tried upgrading and found that the compilation fails, had to revert to 1.06.