Update core version to 2.0.14

This commit is contained in:
me-no-dev 2023-10-04 17:56:15 +03:00
parent d943db61a6
commit d8706e6a7f
3 changed files with 3 additions and 3 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 13 #define ESP_ARDUINO_VERSION_PATCH 14
/** /**
* Macro to convert ARDUINO version number into an integer * Macro to convert ARDUINO version number into an integer

View file

@ -1,6 +1,6 @@
{ {
"name": "framework-arduinoespressif32", "name": "framework-arduinoespressif32",
"version": "2.0.13", "version": "2.0.14",
"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=2.0.13 version=2.0.14
tools.xtensa-esp32-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32-elf tools.xtensa-esp32-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32-elf
tools.xtensa-esp32s2-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32s2-elf tools.xtensa-esp32s2-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32s2-elf