Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
Update WiFiResolvingHostNames.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
khoih-prog authored Sep 2, 2021
1 parent 44a87ad commit 8567f87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ void setup()
Serial.begin(115200);
while (!Serial);

Serial.println("Start WiFiResolvingHostNames on "); Serial.println(BOARD_NAME);
Serial.print("Start WiFiResolvingHostNames on "); Serial.println(BOARD_NAME);
Serial.println(MDNS_GENERIC_VERSION);

#if ( WIFI_NETWORK_WIFININA || WIFI_NETWORK_WIFI101 )
Expand Down

0 comments on commit 8567f87

Please sign in to comment.