Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7018cd1

Browse files
committedSep 18, 2024·
Update core version to 3.0.5
1 parent ab951cf commit 7018cd1

Some content is hidden

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

42 files changed

+42
-42
lines changed
 

‎cores/esp32/esp_arduino_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extern "C" {
2323
/** Minor version number (x.X.x) */
2424
#define ESP_ARDUINO_VERSION_MINOR 0
2525
/** Patch version number (x.x.X) */
26-
#define ESP_ARDUINO_VERSION_PATCH 4
26+
#define ESP_ARDUINO_VERSION_PATCH 5
2727

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

‎libraries/ArduinoOTA/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoOTA
2-
version=3.0.4
2+
version=3.0.5
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.