Skip to content

Commit

Permalink
removed setport
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesgiguere committed Dec 28, 2023
1 parent 0af85cf commit bb57844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpio_viewer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void setup()
Serial.begin(115200);

gpio_viewer.connectToWifi(ssid, password); // If your code aleady include connection to Wifi, you can comment this line
gpio_viewer.setPort(5555); // You can set the http port, if not set default port is 8080
// gpio_viewer.setPort(5555); // You can set the http port, if not set default port is 8080

// Example - Your own setup code start here
test1_setup();
Expand Down

0 comments on commit bb57844

Please sign in to comment.