Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Arduino version to 2.0.5
  • Loading branch information
me-no-dev committed Sep 17, 2022
1 parent aac028a commit 2d6ca35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cores/esp32/esp_arduino_version.h
Expand Up @@ -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 4
#define ESP_ARDUINO_VERSION_PATCH 5

/**
* Macro to convert ARDUINO version number into an integer
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "framework-arduinoespressif32",
"version": "2.0.4",
"version": "2.0.5",
"description": "Arduino Wiring-based Framework for the Espressif ESP32, ESP32-S and ESP32-C series of SoCs",
"keywords": [
"framework",
Expand Down
2 changes: 1 addition & 1 deletion platform.txt
@@ -1,5 +1,5 @@
name=ESP32 Arduino
version=2.0.4
version=2.0.5

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
Expand Down

0 comments on commit 2d6ca35

Please sign in to comment.