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
Merge requests
!1
Add CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add CI
feat/ci
into
main
Overview
0
Commits
15
Pipelines
2
Changes
2
Merged
Cyril Danilevski
requested to merge
feat/ci
into
main
1 year ago
Overview
0
Commits
15
Pipelines
2
Changes
2
Expand
0
0
Merge request reports
Viewing commit
9caeceb6
Prev
Next
Show latest version
2 files
+
13
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
9caeceb6
Merge branch 'main' into feat/ci
· 9caeceb6
Cyril Danilevski
authored
1 year ago
README.md
+
6
−
0
Options
@@ -5,6 +5,12 @@ ESP32 firmware for the IMC, based on Arduino and the `ESP32-Ethernet-Kit_A_V1.2`
This project depends on
[
`Arduino_SNMP`
](
https://github.com/patricklaf/SNMP
)
.
### Quirks
Despite communication being over Ethernet, the project makes use of the ESP32 Wifi stack, hence some
references to Wifi here and there (eg.
`WiFiUdp`
).
### Installation
Either use the Arduino IDE and use its library manager to find the SNMP library, or use
`arduino-cli`
:
Loading