Update version prior to release
This commit is contained in:
parent
2333df5ac6
commit
94fd529e36
3 changed files with 3 additions and 3 deletions
|
|
@ -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 5
|
#define ESP_ARDUINO_VERSION_PATCH 6
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Macro to convert ARDUINO version number into an integer
|
* Macro to convert ARDUINO version number into an integer
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "framework-arduinoespressif32",
|
"name": "framework-arduinoespressif32",
|
||||||
"version": "2.0.5",
|
"version": "2.0.6",
|
||||||
"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",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
name=ESP32 Arduino
|
name=ESP32 Arduino
|
||||||
version=2.0.5
|
version=2.0.6
|
||||||
|
|
||||||
runtime.tools.xtensa-esp32-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32-elf
|
runtime.tools.xtensa-esp32-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32-elf
|
||||||
runtime.tools.xtensa-esp32s2-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32s2-elf
|
runtime.tools.xtensa-esp32s2-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32s2-elf
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue