Skip to content
Snippets Groups Projects

Add CI

Merged Cyril Danilevski requested to merge feat/ci into main
2 files
+ 13
7
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 6
0
@@ -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