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
a80e7aaa
Commit
a80e7aaa
authored
2 years ago
by
thiebolt
Browse files
Options
Downloads
Patches
Plain Diff
update
parent
63fe7126
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog.txt
+1
-1
1 addition, 1 deletion
ChangeLog.txt
arduinoIDE_esp8266_boards/boards.local.txt
+2
-3
2 additions, 3 deletions
arduinoIDE_esp8266_boards/boards.local.txt
neosensor/libraries/boards/neosensor.h
+1
-1
1 addition, 1 deletion
neosensor/libraries/boards/neosensor.h
with
4 additions
and
5 deletions
ChangeLog.txt
+
1
−
1
View file @
a80e7aaa
...
...
@@ -2,7 +2,7 @@
# neOCampus operation
# (c) neOCampus / F.Thiebolt Université Toulouse3, Laboratoire IRIT
=== Feature-bspupgrade
===
25 may 2023 /
Feature-bspupgrade
Bumps to esp32 2.0.9
Bumps to esp8266 3.1.2
- switch WiFi to both 802.11b AND 802.11g (DSI cut down 802.11b !!)
...
...
This diff is collapsed.
Click to expand it.
arduinoIDE_esp8266_boards/boards.local.txt
+
2
−
3
View file @
a80e7aaa
...
...
@@ -64,9 +64,8 @@ neOSensor.menu.ResetMethod.ck.upload.resetmethod=--before no_reset --after soft_
neOSensor.menu.ResetMethod.nodemcu=dtr (aka nodemcu)
neOSensor.menu.ResetMethod.nodemcu.upload.resetmethod=--before default_reset --after hard_reset
# [jan.23] disabled 921600 that may cause upload failures on some ESP8266 boards
#neOSensor.menu.baud.921600=921600
#neOSensor.menu.baud.921600.upload.speed=921600
neOSensor.menu.baud.921600=921600
neOSensor.menu.baud.921600.upload.speed=921600
neOSensor.menu.baud.115200=115200
neOSensor.menu.baud.115200.upload.speed=115200
...
...
This diff is collapsed.
Click to expand it.
neosensor/libraries/boards/neosensor.h
+
1
−
1
View file @
a80e7aaa
...
...
@@ -44,7 +44,7 @@
*/
#define BOARD_NAME "neOSensor"
#define BOARD_REVISION 1.2
#define BOARD_FWREV 230
111
// Firmware revision <year><month><day> in 2 digits each
#define BOARD_FWREV 230
525
// Firmware revision <year><month><day> in 2 digits each
...
...
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