Skip to content

Commit bd0abb3

Browse files
committed
Update core versions to 3.0.3
1 parent 77ca7ea commit bd0abb3

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

Diff for: .github/scripts/on-release.sh

+3
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ else
192192
cp -Rf "$GITHUB_WORKSPACE/variants/${variant}" "$PKG_DIR/variants/"
193193
done
194194
fi
195+
cp -f "$GITHUB_WORKSPACE/CMakeLists.txt" "$PKG_DIR/"
196+
cp -f "$GITHUB_WORKSPACE/idf_component.yaml" "$PKG_DIR/"
197+
cp -f "$GITHUB_WORKSPACE/Kconfig.projbuild" "$PKG_DIR/"
195198
cp -f "$GITHUB_WORKSPACE/package.json" "$PKG_DIR/"
196199
cp -f "$GITHUB_WORKSPACE/programmers.txt" "$PKG_DIR/"
197200
cp -Rf "$GITHUB_WORKSPACE/cores" "$PKG_DIR/"

Diff for: cores/esp32/esp_arduino_version.h

+1-1
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 2
26+
#define ESP_ARDUINO_VERSION_PATCH 3
2727

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework-arduinoespressif32",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Arduino Wiring-based Framework for the Espressif ESP32, ESP32-S and ESP32-C series of SoCs",
55
"keywords": [
66
"framework",

Diff for: platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESP32 Arduino
2-
version=3.0.2
2+
version=3.0.3
33

44
tools.esp32-arduino-libs.path={runtime.platform.path}/tools/esp32-arduino-libs
55
tools.esp32-arduino-libs.path.windows={runtime.platform.path}\tools\esp32-arduino-libs

0 commit comments

Comments
 (0)