Skip to content

Commit

Permalink
Add ArduinoModbus library support for Controllino MAXI and MEGA (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmmarquez authored Jun 10, 2024
1 parent d9d2738 commit 201b848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boards/controllino_maxi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"core": "arduino",
"extra_flags": "-DARDUINO_AVR_MEGA2560",
"extra_flags": "-DARDUINO_AVR_MEGA2560 -DRS485_SERIAL_PORT=Serial3 -DRS485_DEFAULT_TX_PIN=14 -DCUSTOM_RS485_DEFAULT_DE_PIN=75 -DCUSTOM_RS485_DEFAULT_RE_PIN=76",
"f_cpu": "16000000L",
"hwids": [
[
Expand Down
2 changes: 1 addition & 1 deletion boards/controllino_mega.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"core": "arduino",
"extra_flags": "-DARDUINO_AVR_MEGA2560",
"extra_flags": "-DARDUINO_AVR_MEGA2560 -DRS485_SERIAL_PORT=Serial3 -DRS485_DEFAULT_TX_PIN=14 -DCUSTOM_RS485_DEFAULT_DE_PIN=75 -DCUSTOM_RS485_DEFAULT_RE_PIN=76",
"f_cpu": "16000000L",
"hwids": [
[
Expand Down

0 comments on commit 201b848

Please sign in to comment.