SignalK / SensESP

Universal Signal K sensor framework for the ESP32 platform
https://signalk.org/SensESP/
Apache License 2.0
154 stars 81 forks source link

Implement UUID generation locally #431

Closed mairas closed 3 years ago

mairas commented 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.

mairas commented 3 years ago

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.