knolleary / pubsubclient

A client library for the Arduino Ethernet Shield that provides support for MQTT.
http://pubsubclient.knolleary.net/
MIT License
3.82k stars 1.47k forks source link

Updated mqtt_esp8266.ino to use a better source of random #1054

Open Avamander opened 5 months ago

Avamander commented 5 months ago

There's no point to use micros() instead of RANDOM_REG32 on ESP8266, if anything using micros() is rather insecure.