We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2f9de commit 11acd59Copy full SHA for 11acd59
cores/esp32/esp_arduino_version.h
@@ -23,7 +23,7 @@ extern "C" {
23
/** Minor version number (x.X.x) */
24
#define ESP_ARDUINO_VERSION_MINOR 0
25
/** Patch version number (x.x.X) */
26
-#define ESP_ARDUINO_VERSION_PATCH 11
+#define ESP_ARDUINO_VERSION_PATCH 12
27
28
/**
29
* Macro to convert ARDUINO version number into an integer
platform.txt
@@ -1,5 +1,5 @@
1
name=ESP32 Arduino
2
-version=2.0.11
+version=2.0.12
3
4
tools.xtensa-esp32-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32-elf
5
tools.xtensa-esp32s2-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32s2-elf
0 commit comments