From b13af74673f856da88ecf59585366258c9970320 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 15 Sep 2023 20:38:59 +0200 Subject: [PATCH] core 2.0.13 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c9a80522..cb08ad48b 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Espressif Systems is a privately held fabless semiconductor company. They provid 2. Create PlatformIO project and configure a platform option in [platformio.ini](http://docs.platformio.org/page/projectconf.html) file: ### Stable Release supporting Arduino and IDF 4.4.5 -based on Arduino Core 2.0.12 and can be used with Platformio for the ESP32/ESP32solo1, ESP32C3, ESP32S2 and ESP32S3 +based on Arduino Core 2.0.13 and can be used with Platformio for the ESP32/ESP32solo1, ESP32C3, ESP32S2 and ESP32S3 ``` [platformio] -platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.09.00/platform-espressif32.zip +platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.09.01/platform-espressif32.zip framework = arduino ``` to use the ESP32 Solo1 Arduino framework add in your env