Skip to content

Commit

Permalink
Update WiFiTCPClientLogger.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
tigoe committed Jan 27, 2025
1 parent 25b152d commit abbfa54
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
This will send the output to the command line and to a file called log.json
created 30 Dec 2022
updated 7 Jan 2025
updated 27 Jan 2025
by Tom Igoe
*/

Expand All @@ -31,7 +31,7 @@ WiFiClient client;
const char server[] = "0.0.0.0";
const int portNum = 8080;
// change this to a unique name for the device:
String deviceName = "second";
String deviceName = "first";
// message sending interval, in ms:
int interval = 5000;
// last time a message was sent, in ms:
Expand Down

0 comments on commit abbfa54

Please sign in to comment.