Update core versions to 3.0.3
This commit is contained in:
parent
77ca7ea7e5
commit
bd0abb3474
4 changed files with 6 additions and 3 deletions
3
.github/scripts/on-release.sh
vendored
3
.github/scripts/on-release.sh
vendored
|
|
@ -192,6 +192,9 @@ else
|
||||||
cp -Rf "$GITHUB_WORKSPACE/variants/${variant}" "$PKG_DIR/variants/"
|
cp -Rf "$GITHUB_WORKSPACE/variants/${variant}" "$PKG_DIR/variants/"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
cp -f "$GITHUB_WORKSPACE/CMakeLists.txt" "$PKG_DIR/"
|
||||||
|
cp -f "$GITHUB_WORKSPACE/idf_component.yaml" "$PKG_DIR/"
|
||||||
|
cp -f "$GITHUB_WORKSPACE/Kconfig.projbuild" "$PKG_DIR/"
|
||||||
cp -f "$GITHUB_WORKSPACE/package.json" "$PKG_DIR/"
|
cp -f "$GITHUB_WORKSPACE/package.json" "$PKG_DIR/"
|
||||||
cp -f "$GITHUB_WORKSPACE/programmers.txt" "$PKG_DIR/"
|
cp -f "$GITHUB_WORKSPACE/programmers.txt" "$PKG_DIR/"
|
||||||
cp -Rf "$GITHUB_WORKSPACE/cores" "$PKG_DIR/"
|
cp -Rf "$GITHUB_WORKSPACE/cores" "$PKG_DIR/"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ extern "C" {
|
||||||
/** Minor version number (x.X.x) */
|
/** Minor version number (x.X.x) */
|
||||||
#define ESP_ARDUINO_VERSION_MINOR 0
|
#define ESP_ARDUINO_VERSION_MINOR 0
|
||||||
/** Patch version number (x.x.X) */
|
/** Patch version number (x.x.X) */
|
||||||
#define ESP_ARDUINO_VERSION_PATCH 2
|
#define ESP_ARDUINO_VERSION_PATCH 3
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Macro to convert ARDUINO version number into an integer
|
* Macro to convert ARDUINO version number into an integer
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "framework-arduinoespressif32",
|
"name": "framework-arduinoespressif32",
|
||||||
"version": "3.0.2",
|
"version": "3.0.3",
|
||||||
"description": "Arduino Wiring-based Framework for the Espressif ESP32, ESP32-S and ESP32-C series of SoCs",
|
"description": "Arduino Wiring-based Framework for the Espressif ESP32, ESP32-S and ESP32-C series of SoCs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"framework",
|
"framework",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
name=ESP32 Arduino
|
name=ESP32 Arduino
|
||||||
version=3.0.2
|
version=3.0.3
|
||||||
|
|
||||||
tools.esp32-arduino-libs.path={runtime.platform.path}/tools/esp32-arduino-libs
|
tools.esp32-arduino-libs.path={runtime.platform.path}/tools/esp32-arduino-libs
|
||||||
tools.esp32-arduino-libs.path.windows={runtime.platform.path}\tools\esp32-arduino-libs
|
tools.esp32-arduino-libs.path.windows={runtime.platform.path}\tools\esp32-arduino-libs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue