Closed mairas closed 3 years ago
The random number library we were using in SensESP (https://github.com/sivar2311/ESPTrueRandom) suddenly disappeared, making all new SensESP builds fail.
Since the only functionality used was to generate UUID v4 identifiers, that generation code has now been locally implemented.
Looks OK, supports both ESP32 and ESP8266, good job!
The disappearance completely broke both builds of the current stable release, so kind had to... Thanks, will merge and then craft a new release.
The random number library we were using in SensESP (https://github.com/sivar2311/ESPTrueRandom) suddenly disappeared, making all new SensESP builds fail.
Since the only functionality used was to generate UUID v4 identifiers, that generation code has now been locally implemented.