Skip to content

Commit efb5326

Browse files
committed
see knolleary/pubsubclient/knolleary#1054
1 parent ee58b1d commit efb5326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mqtt_esp8266/mqtt_esp8266.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void setup_wifi() {
5656
Serial.print(".");
5757
}
5858

59-
randomSeed(micros());
59+
randomSeed(RANDOM_REG32);
6060

6161
Serial.println("");
6262
Serial.println("WiFi connected");

0 commit comments

Comments
 (0)