Skip to content

Commit

Permalink
added missing LED mapping for W5500 profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
vaterlangen committed Sep 15, 2024
1 parent 41fff75 commit b30df64
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/DeviceProfiles/opendtu_fusion.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@
"en": 38,
"cs": 37
},
"led": {
"led0": 17,
"led1": 18
},
"w5500": {
"sclk": 39,
"mosi": 40,
Expand Down Expand Up @@ -224,6 +228,10 @@
"gpio2": 3,
"gpio3": 8
},
"led": {
"led0": 17,
"led1": 18
},
"w5500": {
"sclk": 39,
"mosi": 40,
Expand Down

0 comments on commit b30df64

Please sign in to comment.