From 8f14c13245c59a2f885e4074e1299f4dad52e3a5 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 17 Jul 2024 15:42:38 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 41ab65c..c833e7c 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ ESP32 is a series of low-cost, low-power system on a chip microcontrollers with 2. Create PlatformIO project and configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file: ## Stable version -espressif Arduino 3.0.2 and IDF 5.1.4 +espressif Arduino 3.0.3 and IDF 5.1.4 See `platform` [documentation](https://docs.platformio.org/en/latest/projectconf/sections/env/options/platform/platform.html#projectconf-env-platform) for details. ```ini [env:stable] -platform = https://github.com/pioarduino/platform-espressif32/releases/download/2024.07.00/platform-espressif32.zip +platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.03/platform-espressif32.zip board = ... ... ``` @@ -28,11 +28,11 @@ board = ... ```ini [env:development] -platform = https://github.com/pioarduino/platform-espressif32.git#Arduino/IDF51 +platform = https://github.com/pioarduino/platform-espressif32.git#development board = ... ... ``` # Configuration -Please navigate to [documentation](https://docs.platformio.org/page/platforms/espressif32.html). \ No newline at end of file +Please navigate to [documentation](https://docs.platformio.org/page/platforms/espressif32.html). From 2ce731a339a1f1219e5b506fcfeb5076c5fe9327 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 18 Jul 2024 13:11:06 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c833e7c..2ee9220 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +# pioarduino (p)eople (i)nitiated (o)ptimized (arduino) # Fork of Platformio Espressif 32: development platform for [PlatformIO](https://platformio.org) [![Build Status](https://github.com/pioarduino/platform-espressif32/workflows/Examples/badge.svg)](https://github.com/pioarduino/platform-espressif32/actions)