Skip to content

Commit 55f4f1b

Browse files
committedFeb 18, 2025
Update core version to 3.2.0
1 parent 8e9f7c3 commit 55f4f1b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+45
-45
lines changed
 

‎cores/esp32/esp_arduino_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ extern "C" {
2121
/** Major version number (X.x.x) */
2222
#define ESP_ARDUINO_VERSION_MAJOR 3
2323
/** Minor version number (x.X.x) */
24-
#define ESP_ARDUINO_VERSION_MINOR 1
24+
#define ESP_ARDUINO_VERSION_MINOR 2
2525
/** Patch version number (x.x.X) */
26-
#define ESP_ARDUINO_VERSION_PATCH 3
26+
#define ESP_ARDUINO_VERSION_PATCH 0
2727

2828
/**
2929
* Macro to convert ARDUINO version number into an integer

‎libraries/ArduinoOTA/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoOTA
2-
version=3.1.3
2+
version=3.2.0
33
author=Ivan Grokhotkov and Hristo Gochkov
44
maintainer=Hristo Gochkov <hristo@espressif.com>
55
sentence=Enables Over The Air upgrades, via wifi and espota.py UDP request/TCP download.

0 commit comments

Comments
 (0)
Please sign in to comment.