Generate DTU ID dynamicly based on ESP chipID

This commit is contained in:
Thomas Basler
2022-10-20 21:00:26 +02:00
parent e8bb28d160
commit 359d513cfd
3 changed files with 41 additions and 3 deletions

View File

@@ -6,4 +6,5 @@
class Utils {
public:
static uint32_t getChipId();
static uint64_t generateDtuSerial();
};