We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54154c7 commit 0b16221Copy full SHA for 0b16221
.github/ISSUE_TEMPLATE/Issue-report.yml
@@ -43,6 +43,7 @@ body:
43
- latest stable Release (if not listed below)
44
- latest development Release Candidate (RC-X)
45
- latest master (checkout manually)
46
+ - v3.3.1
47
- v3.3.0
48
- v3.2.1
49
- v3.2.0
.github/scripts/update-version.sh
@@ -24,10 +24,10 @@ ESP_ARDUINO_VERSION_MINOR="2ドル"
24
ESP_ARDUINO_VERSION_PATCH="3ドル"
25
ESP_ARDUINO_VERSION="$ESP_ARDUINO_VERSION_MAJOR.$ESP_ARDUINO_VERSION_MINOR.$ESP_ARDUINO_VERSION_PATCH"
26
27
-# Get ESP-IDF version from push.yml (this way we can ensure that the version is correct even if the local libs are not up to date)
28
-ESP_IDF_VERSION=$(grep "idf_ver:" .github/workflows/push.yml | sed 's/.*release-v\([^"]*\).*/1円/')
+# Get ESP-IDF version from build_component.yml (this way we can ensure that the version is correct even if the local libs are not up to date)
+ESP_IDF_VERSION=$(grep -m 1 "default:" .github/workflows/build_component.yml | sed 's/.*release-v\([^"]*\).*/1円/')
29
if [ -z "$ESP_IDF_VERSION" ]; then
30
- echo "Error: ESP-IDF version not found in push.yml" >&2
+ echo "Error: ESP-IDF version not found in build_component.yml" >&2
31
exit 1
32
fi
33
.gitlab/workflows/common.yml
@@ -10,7 +10,7 @@ stages:
10
11
variables:
12
ESP_IDF_VERSION: "5.5"
13
- ESP_ARDUINO_VERSION: "3.3.0"
+ ESP_ARDUINO_VERSION: "3.3.1"
14
15
#############
16
# `default` #
cores/esp32/esp_arduino_version.h
@@ -23,7 +23,7 @@ extern "C" {
23
/** Minor version number (x.X.x) */
#define ESP_ARDUINO_VERSION_MINOR 3
/** Patch version number (x.x.X) */
-#define ESP_ARDUINO_VERSION_PATCH 0
+#define ESP_ARDUINO_VERSION_PATCH 1
/**
* Macro to convert ARDUINO version number into an integer
docs/conf_common.py
@@ -4,7 +4,7 @@
4
5
# Used for substituting variables in the documentation
6
rst_prolog = """
7
-.. |version| replace:: 3.3.0
+.. |version| replace:: 3.3.1
8
.. |idf_version| replace:: 5.5
9
"""
libraries/ArduinoOTA/library.properties
@@ -1,5 +1,5 @@
1
name=ArduinoOTA
2
-version=3.3.0
+version=3.3.1
3
author=Ivan Grokhotkov and Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Enables Over The Air upgrades, via wifi and espota.py UDP request/TCP download.
libraries/AsyncUDP/library.properties
name=ESP32 Async UDP
author=Me-No-Dev
maintainer=Me-No-Dev
sentence=Async UDP Library for ESP32
libraries/BLE/library.properties
name=BLE
author=Neil Kolban <kolban1@kolban.com>
maintainer=lucasssvaz
sentence=BLE functions for ESP32
libraries/BluetoothSerial/library.properties
name=BluetoothSerial
author=Evandro Copercini
maintainer=Evandro Copercini
sentence=Simple UART to Classical Bluetooth bridge for ESP32
libraries/DNSServer/library.properties
name=DNSServer
author=Kristijan Novoselić
maintainer=Kristijan Novoselić, <kristijan.novoselic@gmail.com>
sentence=A simple DNS server for ESP32.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments