Skip to content

Commit

Permalink
Merge pull request #54 from hideakitai/fix/ci-for-eth
Browse files Browse the repository at this point in the history
fix: ci for ETH
  • Loading branch information
hideakitai authored Jun 2, 2024
2 parents bf3773c + 1d98c65 commit b5b5daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/arduino/OscETH/OscETH.ino
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void setup() {

// Ethernet stuff
ETH.begin();
ETH.begin(ip, gateway, subnet);
ETH.config(ip, gateway, subnet);

// publish osc messages (default publish rate = 30 [Hz])

Expand Down

0 comments on commit b5b5daa

Please sign in to comment.