Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
b77b38e4
Unverified
Commit
b77b38e4
authored
Jun 19, 2024
by
Me No Dev
Committed by
GitHub
Jun 19, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(version): Update version to 3.0.2 (#9902)
parent
e7dd6e2c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
.github/scripts/on-release.sh
.github/scripts/on-release.sh
+2
-2
cores/esp32/esp_arduino_version.h
cores/esp32/esp_arduino_version.h
+1
-1
package.json
package.json
+1
-1
platform.txt
platform.txt
+1
-1
No files found.
.github/scripts/on-release.sh
View file @
b77b38e4
...
@@ -421,12 +421,12 @@ fi
...
@@ -421,12 +421,12 @@ fi
# Upload package JSONs (temporary halted to fix json generation)
# Upload package JSONs (temporary halted to fix json generation)
echo
"Uploading
$PACKAGE_JSON_DEV
..."
echo
"Uploading
$PACKAGE_JSON_DEV
..."
echo
"Download URL: "
`
git_safe_upload_asset
"
$OUTPUT_DIR
/
$PACKAGE_JSON_DEV
"
`
echo
"Download URL: "
`
git_safe_upload_asset
"
$OUTPUT_DIR
/
$PACKAGE_JSON_DEV
"
`
#
echo "Pages URL: "`git_safe_upload_to_pages "$PACKAGE_JSON_DEV" "$OUTPUT_DIR/$PACKAGE_JSON_DEV"`
echo
"Pages URL: "
`
git_safe_upload_to_pages
"
$PACKAGE_JSON_DEV
"
"
$OUTPUT_DIR
/
$PACKAGE_JSON_DEV
"
`
echo
echo
if
[
"
$RELEASE_PRE
"
==
"false"
]
;
then
if
[
"
$RELEASE_PRE
"
==
"false"
]
;
then
echo
"Uploading
$PACKAGE_JSON_REL
..."
echo
"Uploading
$PACKAGE_JSON_REL
..."
echo
"Download URL: "
`
git_safe_upload_asset
"
$OUTPUT_DIR
/
$PACKAGE_JSON_REL
"
`
echo
"Download URL: "
`
git_safe_upload_asset
"
$OUTPUT_DIR
/
$PACKAGE_JSON_REL
"
`
#
echo "Pages URL: "`git_safe_upload_to_pages "$PACKAGE_JSON_REL" "$OUTPUT_DIR/$PACKAGE_JSON_REL"`
echo
"Pages URL: "
`
git_safe_upload_to_pages
"
$PACKAGE_JSON_REL
"
"
$OUTPUT_DIR
/
$PACKAGE_JSON_REL
"
`
echo
echo
fi
fi
...
...
cores/esp32/esp_arduino_version.h
View file @
b77b38e4
...
@@ -23,7 +23,7 @@ extern "C" {
...
@@ -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
1
#define ESP_ARDUINO_VERSION_PATCH
2
/**
/**
* Macro to convert ARDUINO version number into an integer
* Macro to convert ARDUINO version number into an integer
...
...
package.json
View file @
b77b38e4
{
{
"name"
:
"framework-arduinoespressif32"
,
"name"
:
"framework-arduinoespressif32"
,
"version"
:
"3.0.
1
"
,
"version"
:
"3.0.
2
"
,
"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"
,
...
...
platform.txt
View file @
b77b38e4
name=ESP32 Arduino
name=ESP32 Arduino
version=3.0.
1
version=3.0.
2
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment