Update core version to 3.0.5

This commit is contained in:
me-no-dev 2024-09-18 14:54:00 +03:00
parent ab951cf08a
commit 7018cd114d
42 changed files with 42 additions and 42 deletions

View File

@ -23,7 +23,7 @@ extern "C" {
/** Minor version number (x.X.x) */ /** Minor version number (x.X.x) */
#define ESP_ARDUINO_VERSION_MINOR 0 #define ESP_ARDUINO_VERSION_MINOR 0
/** Patch version number (x.x.X) */ /** Patch version number (x.x.X) */
#define ESP_ARDUINO_VERSION_PATCH 4 #define ESP_ARDUINO_VERSION_PATCH 5
/** /**
* Macro to convert ARDUINO version number into an integer * Macro to convert ARDUINO version number into an integer

View File

@ -1,5 +1,5 @@
name=ArduinoOTA name=ArduinoOTA
version=3.0.4 version=3.0.5
author=Ivan Grokhotkov and Hristo Gochkov author=Ivan Grokhotkov and Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Enables Over The Air upgrades, via wifi and espota.py UDP request/TCP download. sentence=Enables Over The Air upgrades, via wifi and espota.py UDP request/TCP download.

View File

@ -1,5 +1,5 @@
name=ESP32 Async UDP name=ESP32 Async UDP
version=3.0.4 version=3.0.5
author=Me-No-Dev author=Me-No-Dev
maintainer=Me-No-Dev maintainer=Me-No-Dev
sentence=Async UDP Library for ESP32 sentence=Async UDP Library for ESP32

View File

@ -1,5 +1,5 @@
name=BLE name=BLE
version=3.0.4 version=3.0.5
author=Neil Kolban <kolban1@kolban.com> author=Neil Kolban <kolban1@kolban.com>
maintainer=Dariusz Krempa <esp32@esp32.eu.org> maintainer=Dariusz Krempa <esp32@esp32.eu.org>
sentence=BLE functions for ESP32 sentence=BLE functions for ESP32

View File

@ -1,5 +1,5 @@
name=BluetoothSerial name=BluetoothSerial
version=3.0.4 version=3.0.5
author=Evandro Copercini author=Evandro Copercini
maintainer=Evandro Copercini maintainer=Evandro Copercini
sentence=Simple UART to Classical Bluetooth bridge for ESP32 sentence=Simple UART to Classical Bluetooth bridge for ESP32

View File

@ -1,5 +1,5 @@
name=DNSServer name=DNSServer
version=3.0.4 version=3.0.5
author=Kristijan Novoselić author=Kristijan Novoselić
maintainer=Kristijan Novoselić, <kristijan.novoselic@gmail.com> maintainer=Kristijan Novoselić, <kristijan.novoselic@gmail.com>
sentence=A simple DNS server for ESP32. sentence=A simple DNS server for ESP32.

View File

@ -1,5 +1,5 @@
name=EEPROM name=EEPROM
version=3.0.4 version=3.0.5
author=Ivan Grokhotkov author=Ivan Grokhotkov
maintainer=Paolo Becchi <pbecchi@aerobusiness.it> maintainer=Paolo Becchi <pbecchi@aerobusiness.it>
sentence=Enables reading and writing data a sequential, addressable FLASH storage sentence=Enables reading and writing data a sequential, addressable FLASH storage

View File

@ -1,5 +1,5 @@
name=ESP32 name=ESP32
version=3.0.4 version=3.0.5
author=Hristo Gochkov, Ivan Grokhtkov author=Hristo Gochkov, Ivan Grokhtkov
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32 sketches examples sentence=ESP32 sketches examples

View File

@ -1,5 +1,5 @@
name=ESP_I2S name=ESP_I2S
version=3.0.4 version=3.0.5
author=me-no-dev author=me-no-dev
maintainer=me-no-dev maintainer=me-no-dev
sentence=Library for ESP I2S communication sentence=Library for ESP I2S communication

View File

@ -1,5 +1,5 @@
name=ESP_NOW name=ESP_NOW
version=3.0.4 version=3.0.5
author=me-no-dev author=me-no-dev
maintainer=P-R-O-C-H-Y maintainer=P-R-O-C-H-Y
sentence=Library for ESP_NOW sentence=Library for ESP_NOW

View File

@ -1,5 +1,5 @@
name=ESP_SR name=ESP_SR
version=3.0.4 version=3.0.5
author=me-no-dev author=me-no-dev
maintainer=me-no-dev maintainer=me-no-dev
sentence=Library for ESP Sound Recognition sentence=Library for ESP Sound Recognition

View File

@ -1,5 +1,5 @@
name=ESPmDNS name=ESPmDNS
version=3.0.4 version=3.0.5
author=Hristo Gochkov, Ivan Grokhtkov author=Hristo Gochkov, Ivan Grokhtkov
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32 mDNS Library sentence=ESP32 mDNS Library

View File

@ -1,5 +1,5 @@
name=Ethernet name=Ethernet
version=3.0.4 version=3.0.5
author=Hristo Gochkov author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Enables network connection (local and Internet) using the ESP32 Ethernet. sentence=Enables network connection (local and Internet) using the ESP32 Ethernet.

View File

@ -1,5 +1,5 @@
name=FFat name=FFat
version=3.0.4 version=3.0.5
author=Hristo Gochkov, Ivan Grokhtkov, Larry Bernstone author=Hristo Gochkov, Ivan Grokhtkov, Larry Bernstone
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32 FAT on Flash File System sentence=ESP32 FAT on Flash File System

View File

@ -1,5 +1,5 @@
name=FS name=FS
version=3.0.4 version=3.0.5
author=Hristo Gochkov, Ivan Grokhtkov author=Hristo Gochkov, Ivan Grokhtkov
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32 File System sentence=ESP32 File System

View File

@ -1,5 +1,5 @@
name=HTTPClient name=HTTPClient
version=3.0.4 version=3.0.5
author=Markus Sattler author=Markus Sattler
maintainer=Markus Sattler maintainer=Markus Sattler
sentence=HTTP Client for ESP32 sentence=HTTP Client for ESP32

View File

@ -1,5 +1,5 @@
name=HTTPUpdate name=HTTPUpdate
version=3.0.4 version=3.0.5
author=Markus Sattler author=Markus Sattler
maintainer=Markus Sattler maintainer=Markus Sattler
sentence=Http Update for ESP32 sentence=Http Update for ESP32

View File

@ -1,5 +1,5 @@
name=HTTPUpdateServer name=HTTPUpdateServer
version=3.0.4 version=3.0.5
author=Hristo Kapanakov author=Hristo Kapanakov
maintainer= maintainer=
sentence=Simple HTTP Update server based on the WebServer sentence=Simple HTTP Update server based on the WebServer

View File

@ -1,5 +1,5 @@
name=ESP Insights name=ESP Insights
version=3.0.4 version=3.0.5
author=Sanket Wadekar <sanket.wadekar@espressif.com> author=Sanket Wadekar <sanket.wadekar@espressif.com>
maintainer=Sanket Wadekar <sanket.wadekar@espressif.com> maintainer=Sanket Wadekar <sanket.wadekar@espressif.com>
sentence=ESP Insights sentence=ESP Insights

View File

@ -1,5 +1,5 @@
name=LittleFS name=LittleFS
version=3.0.4 version=3.0.5
author= author=
maintainer= maintainer=
sentence=LittleFS for esp32 sentence=LittleFS for esp32

View File

@ -1,5 +1,5 @@
name=NetBIOS name=NetBIOS
version=3.0.4 version=3.0.5
author=Pablo@xpablo.cz author=Pablo@xpablo.cz
maintainer=Hristo Gochkov<hristo@espressif.com> maintainer=Hristo Gochkov<hristo@espressif.com>
sentence=Enables NBNS (NetBIOS) name resolution. sentence=Enables NBNS (NetBIOS) name resolution.

View File

@ -1,5 +1,5 @@
name=Networking name=Networking
version=3.0.4 version=3.0.5
author=Hristo Gochkov author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=General network management library. sentence=General network management library.

View File

@ -1,5 +1,5 @@
name=NetworkClientSecure name=NetworkClientSecure
version=3.0.4 version=3.0.5
author=Evandro Luis Copercini author=Evandro Luis Copercini
maintainer=Github Community maintainer=Github Community
sentence=Enables secure network connection (local and Internet) using the ESP32 built-in WiFi. sentence=Enables secure network connection (local and Internet) using the ESP32 built-in WiFi.

View File

@ -1,5 +1,5 @@
name=OpenThread name=OpenThread
version=3.0.4 version=3.0.5
author=Rodrigo Garcia | GitHub @SuGlider author=Rodrigo Garcia | GitHub @SuGlider
maintainer=Rodrigo Garcia <Rodrigo.Garcia@espressif.com> maintainer=Rodrigo Garcia <Rodrigo.Garcia@espressif.com>
sentence=Library for OpenThread Network on ESP32. sentence=Library for OpenThread Network on ESP32.

View File

@ -1,5 +1,5 @@
name=PPP name=PPP
version=3.0.4 version=3.0.5
author=Hristo Gochkov author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Enables network connection using GSM Modem. sentence=Enables network connection using GSM Modem.

View File

@ -1,5 +1,5 @@
name=Preferences name=Preferences
version=3.0.4 version=3.0.5
author=Hristo Gochkov author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Provides friendly access to ESP32's Non-Volatile Storage sentence=Provides friendly access to ESP32's Non-Volatile Storage

View File

@ -1,5 +1,5 @@
name=ESP RainMaker name=ESP RainMaker
version=3.0.4 version=3.0.5
author=Sweety Mhaiske <switi.mhaiske@espressif.com> author=Sweety Mhaiske <switi.mhaiske@espressif.com>
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP RainMaker Support sentence=ESP RainMaker Support

View File

@ -1,5 +1,5 @@
name=SD name=SD
version=3.0.4 version=3.0.5
author=Arduino, SparkFun author=Arduino, SparkFun
maintainer=Arduino <info@arduino.cc> maintainer=Arduino <info@arduino.cc>
sentence=Enables reading and writing on SD cards. For all Arduino boards. sentence=Enables reading and writing on SD cards. For all Arduino boards.

View File

@ -1,5 +1,5 @@
name=SD_MMC name=SD_MMC
version=3.0.4 version=3.0.5
author=Hristo Gochkov, Ivan Grokhtkov author=Hristo Gochkov, Ivan Grokhtkov
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32 SDMMC File System sentence=ESP32 SDMMC File System

View File

@ -1,5 +1,5 @@
name=SPI name=SPI
version=3.0.4 version=3.0.5
author=Hristo Gochkov author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. For all Arduino boards, BUT Arduino DUE. sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. For all Arduino boards, BUT Arduino DUE.

View File

@ -1,5 +1,5 @@
name=SPIFFS name=SPIFFS
version=3.0.4 version=3.0.5
author=Hristo Gochkov, Ivan Grokhtkov author=Hristo Gochkov, Ivan Grokhtkov
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32 SPIFFS File System sentence=ESP32 SPIFFS File System

View File

@ -1,5 +1,5 @@
name=SimpleBLE name=SimpleBLE
version=3.0.4 version=3.0.5
author=Hristo Gochkov author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Provides really simple BLE advertizer with just on and off sentence=Provides really simple BLE advertizer with just on and off

View File

@ -1,5 +1,5 @@
name=TFLite Micro name=TFLite Micro
version=3.0.4 version=3.0.5
author=Sanket Wadekar author=Sanket Wadekar
maintainer=Sanket Wadekar maintainer=Sanket Wadekar
sentence=TensorFlow Lite for Microcontrollers sentence=TensorFlow Lite for Microcontrollers

View File

@ -1,5 +1,5 @@
name=Ticker name=Ticker
version=3.0.4 version=3.0.5
author=Bert Melis author=Bert Melis
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Allows to call functions with a given interval. sentence=Allows to call functions with a given interval.

View File

@ -1,5 +1,5 @@
name=USB name=USB
version=3.0.4 version=3.0.5
author=Hristo Gochkov author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32S2 USB Library sentence=ESP32S2 USB Library

View File

@ -1,5 +1,5 @@
name=Update name=Update
version=3.0.4 version=3.0.5
author=Hristo Gochkov author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32 Sketch Update Library sentence=ESP32 Sketch Update Library

View File

@ -1,5 +1,5 @@
name=WebServer name=WebServer
version=3.0.4 version=3.0.5
author=Ivan Grokhotkov author=Ivan Grokhotkov
maintainer=Ivan Grokhtkov <ivan@esp8266.com> maintainer=Ivan Grokhtkov <ivan@esp8266.com>
sentence=Simple web server library sentence=Simple web server library

View File

@ -1,5 +1,5 @@
name=WiFi name=WiFi
version=3.0.4 version=3.0.5
author=Hristo Gochkov author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Enables network connection (local and Internet) using the ESP32 built-in WiFi. sentence=Enables network connection (local and Internet) using the ESP32 built-in WiFi.

View File

@ -1,5 +1,5 @@
name=WiFiProv name=WiFiProv
version=3.0.4 version=3.0.5
author=Switi Mhaiske <sweetymhaiske@gmail.com> author=Switi Mhaiske <sweetymhaiske@gmail.com>
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Enables provisioning. sentence=Enables provisioning.

View File

@ -1,5 +1,5 @@
name=Wire name=Wire
version=3.0.4 version=3.0.5
author=Hristo Gochkov author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For esp8266 boards. sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For esp8266 boards.

View File

@ -1,6 +1,6 @@
{ {
"name": "framework-arduinoespressif32", "name": "framework-arduinoespressif32",
"version": "3.0.4", "version": "3.0.5",
"description": "Arduino Wiring-based Framework for the Espressif ESP32, ESP32-S and ESP32-C series of SoCs", "description": "Arduino Wiring-based Framework for the Espressif ESP32, ESP32-S and ESP32-C series of SoCs",
"keywords": [ "keywords": [
"framework", "framework",

View File

@ -1,5 +1,5 @@
name=ESP32 Arduino name=ESP32 Arduino
version=3.0.4 version=3.0.5
tools.esp32-arduino-libs.path={runtime.platform.path}/tools/esp32-arduino-libs tools.esp32-arduino-libs.path={runtime.platform.path}/tools/esp32-arduino-libs
tools.esp32-arduino-libs.path.windows={runtime.platform.path}\tools\esp32-arduino-libs tools.esp32-arduino-libs.path.windows={runtime.platform.path}\tools\esp32-arduino-libs