Skip to content

Commit baacd3a

Browse files
committed
Add CI for Opta
1 parent b727094 commit baacd3a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: .github/workflows/compile-examples.yml

+3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
- fqbn: arduino:mbed_portenta:envie_m7
5252
ethernet: false
5353
nina: false
54+
- fqbn: arduino:mbed_opta:opta
55+
ethernet: true
56+
nina: false
5457

5558
# Make board type-specific customizations to the matrix jobs
5659
include:

Diff for: library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ sentence=Use Modbus equipment with your Arduino.
66
paragraph=Using TCP or RS485 shields, like the MKR 485 Shield. This library depends on the ArduinoRS485 library.
77
category=Communication
88
url=https://www.arduino.cc/en/ArduinoModbus/ArduinoModbus
9-
architectures=megaavr,samd,mbed_nano,mbed_portenta
9+
architectures=megaavr,samd,mbed_nano,mbed_portenta,mbed_opta
1010
includes=ArduinoModbus.h
1111
depends=ArduinoRS485

0 commit comments

Comments
 (0)