pubsubclient icon indicating copy to clipboard operation
pubsubclient copied to clipboard

Updated mqtt_esp8266.ino to use a better source of random

Open Avamander opened this issue 2 months ago • 0 comments

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

Avamander avatar Apr 27 '24 13:04 Avamander