Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
neOCampus-arduino
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GIS-neOCampus
neOSensor
neOCampus-arduino
Commits
58ea0726
Commit
58ea0726
authored
1 year ago
by
francois
Browse files
Options
Downloads
Patches
Plain Diff
upgrade esp32 SDK to 2.0.15
parent
6bb2bc85
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
arduinoIDE_esp32_boards/boards.local.txt
+4
-4
4 additions, 4 deletions
arduinoIDE_esp32_boards/boards.local.txt
arduinoIDE_esp32_boards/liblwip.a
+0
-0
0 additions, 0 deletions
arduinoIDE_esp32_boards/liblwip.a
deploy.sh
+1
-1
1 addition, 1 deletion
deploy.sh
with
5 additions
and
5 deletions
arduinoIDE_esp32_boards/boards.local.txt
+
4
−
4
View file @
58ea0726
...
...
@@ -56,14 +56,14 @@ neOSensor.menu.UploadSpeed.115200=115200
neOSensor.menu.UploadSpeed.115200.upload.speed=115200
# FLASH partitioning
# [feb.24] due to the bluetooth libs, we have had to switch to a reduced SPIFFS as default
neOSensor.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS)
neOSensor.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
neOSensor.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
neOSensor.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
neOSensor.menu.PartitionScheme.default.build.partitions=default
# [feb.24] additional FLASH partitioning options
neOSensor.menu.PartitionScheme.defaultffat=Default 4MB with ffat (1.2MB APP/1.5MB FATFS)
neOSensor.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
neOSensor.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
neOSensor.menu.PartitionScheme.defaultffat.build.partitions=default_ffat
neOSensor.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS)
# Core debug
neOSensor.menu.DebugLevel.none=None
...
...
This diff is collapsed.
Click to expand it.
arduinoIDE_esp32_boards/liblwip.a
+
0
−
0
View file @
58ea0726
No preview for this file type
This diff is collapsed.
Click to expand it.
deploy.sh
+
1
−
1
View file @
58ea0726
...
...
@@ -13,7 +13,7 @@
#
# Global defs
ESP32_REV
=
${
ESP32_REV
:-
"2.0.1
4
"
}
ESP32_REV
=
${
ESP32_REV
:-
"2.0.1
5
"
}
ESP8266_REV
=
${
ESP8266_REV
:-
"3.1.2"
}
CUBECELL_REV
=
${
CUBECELL_REV
:-
"1.3.0"
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment