Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
0d4ffcf7
Unverified
Commit
0d4ffcf7
authored
Aug 02, 2024
by
Me No Dev
Committed by
GitHub
Aug 02, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(core): Update versions to 3.0.4 (#10106)
parent
38d6ed5f
Changes
42
Hide whitespace changes
Inline
Side-by-side
Showing
42 changed files
with
42 additions
and
42 deletions
+42
-42
cores/esp32/esp_arduino_version.h
cores/esp32/esp_arduino_version.h
+1
-1
libraries/ArduinoOTA/library.properties
libraries/ArduinoOTA/library.properties
+1
-1
libraries/AsyncUDP/library.properties
libraries/AsyncUDP/library.properties
+1
-1
libraries/BLE/library.properties
libraries/BLE/library.properties
+1
-1
libraries/BluetoothSerial/library.properties
libraries/BluetoothSerial/library.properties
+1
-1
libraries/DNSServer/library.properties
libraries/DNSServer/library.properties
+1
-1
libraries/EEPROM/library.properties
libraries/EEPROM/library.properties
+1
-1
libraries/ESP32/library.properties
libraries/ESP32/library.properties
+1
-1
libraries/ESP_I2S/library.properties
libraries/ESP_I2S/library.properties
+1
-1
libraries/ESP_NOW/library.properties
libraries/ESP_NOW/library.properties
+1
-1
libraries/ESP_SR/library.properties
libraries/ESP_SR/library.properties
+1
-1
libraries/ESPmDNS/library.properties
libraries/ESPmDNS/library.properties
+1
-1
libraries/Ethernet/library.properties
libraries/Ethernet/library.properties
+1
-1
libraries/FFat/library.properties
libraries/FFat/library.properties
+1
-1
libraries/FS/library.properties
libraries/FS/library.properties
+1
-1
libraries/HTTPClient/library.properties
libraries/HTTPClient/library.properties
+1
-1
libraries/HTTPUpdate/library.properties
libraries/HTTPUpdate/library.properties
+1
-1
libraries/HTTPUpdateServer/library.properties
libraries/HTTPUpdateServer/library.properties
+1
-1
libraries/Insights/library.properties
libraries/Insights/library.properties
+1
-1
libraries/LittleFS/library.properties
libraries/LittleFS/library.properties
+1
-1
libraries/NetBIOS/library.properties
libraries/NetBIOS/library.properties
+1
-1
libraries/Network/library.properties
libraries/Network/library.properties
+1
-1
libraries/NetworkClientSecure/library.properties
libraries/NetworkClientSecure/library.properties
+1
-1
libraries/OpenThread/library.properties
libraries/OpenThread/library.properties
+1
-1
libraries/PPP/library.properties
libraries/PPP/library.properties
+1
-1
libraries/Preferences/library.properties
libraries/Preferences/library.properties
+1
-1
libraries/RainMaker/library.properties
libraries/RainMaker/library.properties
+1
-1
libraries/SD/library.properties
libraries/SD/library.properties
+1
-1
libraries/SD_MMC/library.properties
libraries/SD_MMC/library.properties
+1
-1
libraries/SPI/library.properties
libraries/SPI/library.properties
+1
-1
libraries/SPIFFS/library.properties
libraries/SPIFFS/library.properties
+1
-1
libraries/SimpleBLE/library.properties
libraries/SimpleBLE/library.properties
+1
-1
libraries/TFLiteMicro/library.properties
libraries/TFLiteMicro/library.properties
+1
-1
libraries/Ticker/library.properties
libraries/Ticker/library.properties
+1
-1
libraries/USB/library.properties
libraries/USB/library.properties
+1
-1
libraries/Update/library.properties
libraries/Update/library.properties
+1
-1
libraries/WebServer/library.properties
libraries/WebServer/library.properties
+1
-1
libraries/WiFi/library.properties
libraries/WiFi/library.properties
+1
-1
libraries/WiFiProv/library.properties
libraries/WiFiProv/library.properties
+1
-1
libraries/Wire/library.properties
libraries/Wire/library.properties
+1
-1
package.json
package.json
+1
-1
platform.txt
platform.txt
+1
-1
No files found.
cores/esp32/esp_arduino_version.h
View file @
0d4ffcf7
...
...
@@ -23,7 +23,7 @@ extern "C" {
/** Minor version number (x.X.x) */
#define ESP_ARDUINO_VERSION_MINOR 0
/** Patch version number (x.x.X) */
#define ESP_ARDUINO_VERSION_PATCH
3
#define ESP_ARDUINO_VERSION_PATCH
4
/**
* Macro to convert ARDUINO version number into an integer
...
...
libraries/ArduinoOTA/library.properties
View file @
0d4ffcf7
name
=
ArduinoOTA
version
=
3.0.
3
version
=
3.0.
4
author
=
Ivan Grokhotkov and Hristo Gochkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
Enables Over The Air upgrades, via wifi and espota.py UDP request/TCP download.
...
...
libraries/AsyncUDP/library.properties
View file @
0d4ffcf7
name
=
ESP32 Async UDP
version
=
3.0.
3
version
=
3.0.
4
author
=
Me-No-Dev
maintainer
=
Me-No-Dev
sentence
=
Async UDP Library for ESP32
...
...
libraries/BLE/library.properties
View file @
0d4ffcf7
name
=
BLE
version
=
3.0.
3
version
=
3.0.
4
author
=
Neil Kolban <kolban1@kolban.com>
maintainer
=
Dariusz Krempa <esp32@esp32.eu.org>
sentence
=
BLE functions for ESP32
...
...
libraries/BluetoothSerial/library.properties
View file @
0d4ffcf7
name
=
BluetoothSerial
version
=
3.0.
3
version
=
3.0.
4
author
=
Evandro Copercini
maintainer
=
Evandro Copercini
sentence
=
Simple UART to Classical Bluetooth bridge for ESP32
...
...
libraries/DNSServer/library.properties
View file @
0d4ffcf7
name
=
DNSServer
version
=
3.0.
3
version
=
3.0.
4
author
=
Kristijan Novoselić
maintainer
=
Kristijan Novoselić, <kristijan.novoselic@gmail.com>
sentence
=
A simple DNS server for ESP32.
...
...
libraries/EEPROM/library.properties
View file @
0d4ffcf7
name
=
EEPROM
version
=
3.0.
3
version
=
3.0.
4
author
=
Ivan Grokhotkov
maintainer
=
Paolo Becchi <pbecchi@aerobusiness.it>
sentence
=
Enables reading and writing data a sequential, addressable FLASH storage
...
...
libraries/ESP32/library.properties
View file @
0d4ffcf7
name
=
ESP32
version
=
3.0.
3
version
=
3.0.
4
author
=
Hristo Gochkov, Ivan Grokhtkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
ESP32 sketches examples
...
...
libraries/ESP_I2S/library.properties
View file @
0d4ffcf7
name
=
ESP_I2S
version
=
3.0.
3
version
=
3.0.
4
author
=
me-no-dev
maintainer
=
me-no-dev
sentence
=
Library for ESP I2S communication
...
...
libraries/ESP_NOW/library.properties
View file @
0d4ffcf7
name
=
ESP_NOW
version
=
3.0.
3
version
=
3.0.
4
author
=
me-no-dev
maintainer
=
P-R-O-C-H-Y
sentence
=
Library for ESP_NOW
...
...
libraries/ESP_SR/library.properties
View file @
0d4ffcf7
name
=
ESP_SR
version
=
3.0.
3
version
=
3.0.
4
author
=
me-no-dev
maintainer
=
me-no-dev
sentence
=
Library for ESP Sound Recognition
...
...
libraries/ESPmDNS/library.properties
View file @
0d4ffcf7
name
=
ESPmDNS
version
=
3.0.
3
version
=
3.0.
4
author
=
Hristo Gochkov, Ivan Grokhtkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
ESP32 mDNS Library
...
...
libraries/Ethernet/library.properties
View file @
0d4ffcf7
name
=
Ethernet
version
=
3.0.
3
version
=
3.0.
4
author
=
Hristo Gochkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
Enables network connection (local and Internet) using the ESP32 Ethernet.
...
...
libraries/FFat/library.properties
View file @
0d4ffcf7
name
=
FFat
version
=
3.0.
3
version
=
3.0.
4
author
=
Hristo Gochkov, Ivan Grokhtkov, Larry Bernstone
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
ESP32 FAT on Flash File System
...
...
libraries/FS/library.properties
View file @
0d4ffcf7
name
=
FS
version
=
3.0.
3
version
=
3.0.
4
author
=
Hristo Gochkov, Ivan Grokhtkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
ESP32 File System
...
...
libraries/HTTPClient/library.properties
View file @
0d4ffcf7
name
=
HTTPClient
version
=
3.0.
3
version
=
3.0.
4
author
=
Markus Sattler
maintainer
=
Markus Sattler
sentence
=
HTTP Client for ESP32
...
...
libraries/HTTPUpdate/library.properties
View file @
0d4ffcf7
name
=
HTTPUpdate
version
=
3.0.
3
version
=
3.0.
4
author
=
Markus Sattler
maintainer
=
Markus Sattler
sentence
=
Http Update for ESP32
...
...
libraries/HTTPUpdateServer/library.properties
View file @
0d4ffcf7
name
=
HTTPUpdateServer
version
=
3.0.
3
version
=
3.0.
4
author
=
Hristo Kapanakov
maintainer
=
sentence
=
Simple HTTP Update server based on the WebServer
...
...
libraries/Insights/library.properties
View file @
0d4ffcf7
name
=
ESP Insights
version
=
3.0.
3
version
=
3.0.
4
author
=
Sanket Wadekar <sanket.wadekar@espressif.com>
maintainer
=
Sanket Wadekar <sanket.wadekar@espressif.com>
sentence
=
ESP Insights
...
...
libraries/LittleFS/library.properties
View file @
0d4ffcf7
name
=
LittleFS
version
=
3.0.
3
version
=
3.0.
4
author
=
maintainer
=
sentence
=
LittleFS for esp32
...
...
libraries/NetBIOS/library.properties
View file @
0d4ffcf7
name
=
NetBIOS
version
=
3.0.
3
version
=
3.0.
4
author
=
Pablo@xpablo.cz
maintainer
=
Hristo Gochkov<hristo@espressif.com>
sentence
=
Enables NBNS (NetBIOS) name resolution.
...
...
libraries/Network/library.properties
View file @
0d4ffcf7
name
=
Networking
version
=
3.0.
3
version
=
3.0.
4
author
=
Hristo Gochkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
General network management library.
...
...
libraries/NetworkClientSecure/library.properties
View file @
0d4ffcf7
name
=
NetworkClientSecure
version
=
3.0.
3
version
=
3.0.
4
author
=
Evandro Luis Copercini
maintainer
=
Github Community
sentence
=
Enables secure network connection (local and Internet) using the ESP32 built-in WiFi.
...
...
libraries/OpenThread/library.properties
View file @
0d4ffcf7
name
=
OpenThread
version
=
3.0.
3
version
=
3.0.
4
author
=
Rodrigo Garcia | GitHub @SuGlider
maintainer
=
Rodrigo Garcia <Rodrigo.Garcia@espressif.com>
sentence
=
Library for OpenThread Network on ESP32.
...
...
libraries/PPP/library.properties
View file @
0d4ffcf7
name
=
PPP
version
=
3.0.
3
version
=
3.0.
4
author
=
Hristo Gochkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
Enables network connection using GSM Modem.
...
...
libraries/Preferences/library.properties
View file @
0d4ffcf7
name
=
Preferences
version
=
3.0.
3
version
=
3.0.
4
author
=
Hristo Gochkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
Provides friendly access to ESP32's Non-Volatile Storage
...
...
libraries/RainMaker/library.properties
View file @
0d4ffcf7
name
=
ESP RainMaker
version
=
3.0.
3
version
=
3.0.
4
author
=
Sweety Mhaiske <switi.mhaiske@espressif.com>
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
ESP RainMaker Support
...
...
libraries/SD/library.properties
View file @
0d4ffcf7
name
=
SD
version
=
3.0.
3
version
=
3.0.
4
author
=
Arduino, SparkFun
maintainer
=
Arduino <info@arduino.cc>
sentence
=
Enables reading and writing on SD cards. For all Arduino boards.
...
...
libraries/SD_MMC/library.properties
View file @
0d4ffcf7
name
=
SD_MMC
version
=
3.0.
3
version
=
3.0.
4
author
=
Hristo Gochkov, Ivan Grokhtkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
ESP32 SDMMC File System
...
...
libraries/SPI/library.properties
View file @
0d4ffcf7
name
=
SPI
version
=
3.0.
3
version
=
3.0.
4
author
=
Hristo Gochkov
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.
...
...
libraries/SPIFFS/library.properties
View file @
0d4ffcf7
name
=
SPIFFS
version
=
3.0.
3
version
=
3.0.
4
author
=
Hristo Gochkov, Ivan Grokhtkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
ESP32 SPIFFS File System
...
...
libraries/SimpleBLE/library.properties
View file @
0d4ffcf7
name
=
SimpleBLE
version
=
3.0.
3
version
=
3.0.
4
author
=
Hristo Gochkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
Provides really simple BLE advertizer with just on and off
...
...
libraries/TFLiteMicro/library.properties
View file @
0d4ffcf7
name
=
TFLite Micro
version
=
3.0.
3
version
=
3.0.
4
author
=
Sanket Wadekar
maintainer
=
Sanket Wadekar
sentence
=
TensorFlow Lite for Microcontrollers
...
...
libraries/Ticker/library.properties
View file @
0d4ffcf7
name
=
Ticker
version
=
3.0.
3
version
=
3.0.
4
author
=
Bert Melis
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
Allows to call functions with a given interval.
...
...
libraries/USB/library.properties
View file @
0d4ffcf7
name
=
USB
version
=
3.0.
3
version
=
3.0.
4
author
=
Hristo Gochkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
ESP32S2 USB Library
...
...
libraries/Update/library.properties
View file @
0d4ffcf7
name
=
Update
version
=
3.0.
3
version
=
3.0.
4
author
=
Hristo Gochkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
ESP32 Sketch Update Library
...
...
libraries/WebServer/library.properties
View file @
0d4ffcf7
name
=
WebServer
version
=
3.0.
3
version
=
3.0.
4
author
=
Ivan Grokhotkov
maintainer
=
Ivan Grokhtkov <ivan@esp8266.com>
sentence
=
Simple web server library
...
...
libraries/WiFi/library.properties
View file @
0d4ffcf7
name
=
WiFi
version
=
3.0.
3
version
=
3.0.
4
author
=
Hristo Gochkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
Enables network connection (local and Internet) using the ESP32 built-in WiFi.
...
...
libraries/WiFiProv/library.properties
View file @
0d4ffcf7
name
=
WiFiProv
version
=
3.0.
3
version
=
3.0.
4
author
=
Switi Mhaiske <sweetymhaiske@gmail.com>
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
Enables provisioning.
...
...
libraries/Wire/library.properties
View file @
0d4ffcf7
name
=
Wire
version
=
3.0.
3
version
=
3.0.
4
author
=
Hristo Gochkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
Allows the communication between devices or sensors connected via Two Wire Interface Bus. For esp8266 boards.
...
...
package.json
View file @
0d4ffcf7
{
"name"
:
"framework-arduinoespressif32"
,
"version"
:
"3.0.
3
"
,
"version"
:
"3.0.
4
"
,
"description"
:
"Arduino Wiring-based Framework for the Espressif ESP32, ESP32-S and ESP32-C series of SoCs"
,
"keywords"
:
[
"framework"
,
...
...
platform.txt
View file @
0d4ffcf7
name=ESP32 Arduino
version=3.0.
3
version=3.0.
4
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment