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
ae9dae4a
Commit
ae9dae4a
authored
Jul 24, 2023
by
me-no-dev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version to 2.0.11
parent
e814feb9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
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.
cores/esp32/esp_arduino_version.h
View file @
ae9dae4a
...
...
@@ -23,7 +23,7 @@ extern "C" {
/** Minor version number (x.X.x) */
#define ESP_ARDUINO_VERSION_MINOR 0
/** Patch version number (x.x.X) */
#define ESP_ARDUINO_VERSION_PATCH 1
0
#define ESP_ARDUINO_VERSION_PATCH 1
1
/**
* Macro to convert ARDUINO version number into an integer
...
...
package.json
View file @
ae9dae4a
{
"name"
:
"framework-arduinoespressif32"
,
"version"
:
"2.0.1
0
"
,
"version"
:
"2.0.1
1
"
,
"description"
:
"Arduino Wiring-based Framework for the Espressif ESP32, ESP32-S and ESP32-C series of SoCs"
,
"keywords"
:
[
"framework"
,
...
...
platform.txt
View file @
ae9dae4a
name=ESP32 Arduino
version=2.0.1
0
version=2.0.1
1
tools.xtensa-esp32-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32-elf
tools.xtensa-esp32s2-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32s2-elf
...
...
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