Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit11bc7ac

Browse files
change(version): Update core version to 3.3.5
1 parentae9455e commit11bc7ac

File tree

49 files changed

+49
-48
lines changed

Some content is hidden

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

49 files changed

+49
-48
lines changed

‎.github/ISSUE_TEMPLATE/Issue-report.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ body:
4242
options:
4343
-Please select a version from the list below
4444
-latest master (checkout manually)
45+
-v3.3.5
4546
-v3.3.4
4647
-v3.3.3
4748
-v3.3.2

‎.gitlab/workflows/common.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ stages:
1313

1414
variables:
1515
ESP_IDF_VERSION:"5.5"
16-
ESP_ARDUINO_VERSION:"3.3.4"
16+
ESP_ARDUINO_VERSION:"3.3.5"
1717

1818
#############
1919
# `default` #

‎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
#defineESP_ARDUINO_VERSION_MINOR 3
2525
/** Patch version number (x.x.X) */
26-
#defineESP_ARDUINO_VERSION_PATCH4
26+
#defineESP_ARDUINO_VERSION_PATCH5
2727

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

‎docs/conf_common.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Used for substituting variables in the documentation
66
rst_prolog="""
7-
.. |version| replace:: 3.3.4
7+
.. |version| replace:: 3.3.5
88
.. |idf_version| replace:: 5.5
99
.. |no| replace:: ❌
1010
.. |yes| replace:: ✅

‎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.3.4
2+
version=3.3.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.

‎libraries/AsyncUDP/library.properties‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESP32 Async UDP
2-
version=3.3.4
2+
version=3.3.5
33
author=Me-No-Dev
44
maintainer=Me-No-Dev
55
sentence=Async UDP Library for ESP32

‎libraries/BLE/library.properties‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=BLE
2-
version=3.3.4
2+
version=3.3.5
33
author=Neil Kolban <kolban1@kolban.com>
44
maintainer=lucasssvaz
55
sentence=BLE functions for ESP32

‎libraries/BluetoothSerial/library.properties‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=BluetoothSerial
2-
version=3.3.4
2+
version=3.3.5
33
author=Evandro Copercini
44
maintainer=Evandro Copercini
55
sentence=Simple UART to Classical Bluetooth bridge for ESP32

‎libraries/DNSServer/library.properties‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=DNSServer
2-
version=3.3.4
2+
version=3.3.5
33
author=Kristijan Novoselić
44
maintainer=Kristijan Novoselić, <kristijan.novoselic@gmail.com>
55
sentence=A simple DNS server for ESP32.

‎libraries/EEPROM/library.properties‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=EEPROM
2-
version=3.3.4
2+
version=3.3.5
33
author=Ivan Grokhotkov
44
maintainer=Paolo Becchi <pbecchi@aerobusiness.it>
55
sentence=Enables reading and writing data a sequential, addressable FLASH storage

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp