From 979ca2f346c70fdc5fd71c8627647d4e637a4905 Mon Sep 17 00:00:00 2001 From: Francois <thiebolt@irit.fr> Date: Tue, 1 Aug 2023 08:21:21 +0200 Subject: [PATCH] update --- ChangeLog.txt | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 57e38f2a..175436ae 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -4,6 +4,8 @@ # devices BUT not set as globally available for firmware upgrades # (c) neOCampus / F.Thiebolt Université Toulouse3, Laboratoire IRIT +=== [jul.23] SDK upgrade === +Updated to latest esp32 core Arduino (i.e 2.0.11) === Release 230528 / feature-NVSsensocampus Bumps to esp32 2.0.9 diff --git a/README.md b/README.md index 75ee773b..59408b1c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ First of all, you ought to install esp32, esp8266 or CubeCell support in your Ar | Device | Release | Arduino Board Manager json file | |----------|-----------|------------------------------------------------------------------------------------------------------------| | esp8266 | 3.1.2 | https://arduino.esp8266.com/stable/package_esp8266com_index.json | -| esp32 | 2.0.9 | https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json | +| esp32 | 2.0.11 | https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json | | CubeCell | *latest* | https://github.com/HelTecAutomation/CubeCell-Arduino/releases/download/V1.3.0/package_CubeCell_index.json | | stm32 | *latest* | https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json | -- GitLab