SensESP 3.0.0-beta.6
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
uuid.h
Go to the documentation of this file.
1#ifndef SENSESP_SYSTEM_UUID_H
2#define SENSESP_SYSTEM_UUID_H
3
4#include "Arduino.h"
5
6namespace sensesp {
7
13String generate_uuid4();
14
15} // namespace sensesp
16
17#endif
String generate_uuid4()
Generate a random UUIDv4 string.
Definition uuid.cpp:5