Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
- fqbn: arduino:samd:mkrwifi1010
ethernet: true
nina: true
- fqbn: arduino:mbed:nano33ble
- fqbn: arduino:mbed_nano:nano33ble
ethernet: false
nina: false
- fqbn: arduino:mbed:envie_m7
- fqbn: arduino:mbed_portenta:envie_m7
ethernet: false
nina: false

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ sentence=Use Modbus equipment with your Arduino.
paragraph=Using TCP or RS485 shields, like the MKR 485 Shield. This library depends on the ArduinoRS485 library.
category=Communication
url=https://www.arduino.cc/en/ArduinoModbus/ArduinoModbus
architectures=*
architectures=avr,megaavr,samd,mbed_nano,mbed_portenta
includes=ArduinoModbus.h
depends=ArduinoRS485