Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ICBM
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
detectors
DSSC
ICBM
Commits
745d13cc
Commit
745d13cc
authored
8 months ago
by
Cyril Danilevski
Browse files
Options
Downloads
Patches
Plain Diff
Resolve compiling issues by using SNMP master
parent
14cc4fac
No related branches found
No related tags found
No related merge requests found
Pipeline
#142471
passed
7 months ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
README.md
+5
-1
5 additions, 1 deletion
README.md
with
6 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
745d13cc
...
@@ -27,8 +27,8 @@ build:
...
@@ -27,8 +27,8 @@ build:
# Install dependencies
# Install dependencies
-
arduino-cli lib install Ethernet
-
arduino-cli lib install Ethernet
-
arduino-cli lib install SNMP@1.4.0
-
arduino-cli lib install MCP23S08@0.5.2
-
arduino-cli lib install MCP23S08@0.5.2
-
arduino-cli lib install --git-url https://github.com/patricklaf/SNMP.git --config-file arduino-cli.yaml
# Awaiting 1.4.1+ tag
# Set version, tag if available else commit sha
# Set version, tag if available else commit sha
-
ICBM_GIT_VERSION=$CI_COMMIT_SHORT_SHA
-
ICBM_GIT_VERSION=$CI_COMMIT_SHORT_SHA
...
...
This diff is collapsed.
Click to expand it.
README.md
+
5
−
1
View file @
745d13cc
...
@@ -69,9 +69,13 @@ Update the Arduino index with:
...
@@ -69,9 +69,13 @@ Update the Arduino index with:
The required libraries are (minimum versions):
The required libraries are (minimum versions):
arduino-cli lib install ethernet
arduino-cli lib install ethernet
arduino-cli lib install
SNMP@1.4.0
arduino-cli lib install
--git-url https://github.com/patricklaf/SNMP.git --config-file arduino-cli.yaml # Awaiting 1.4.1+ tag
arduino-cli lib install MCP23S08@0.5.2
arduino-cli lib install MCP23S08@0.5.2
`SNMP`
needs to be installed from Git until a new release (greater than 1.4.0) is released due to compilation issues with arduino-esp 3+.
This is fixed in master, but not tagged and released in the Arduino library list.
The project can be compiled so:
The project can be compiled so:
arduino-cli compile -b esp32:esp32:esp32wroverkit icbm.ino -v
arduino-cli compile -b esp32:esp32:esp32wroverkit icbm.ino -v
...
...
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