Move different restart calls into one method

This commit is contained in:
Thomas Basler
2023-08-25 12:58:53 +02:00
parent b88030f76e
commit 77a90095d9
6 changed files with 19 additions and 18 deletions

View File

@@ -8,4 +8,5 @@ public:
static uint32_t getChipId();
static uint64_t generateDtuSerial();
static int getTimezoneOffset();
static void restartDtu();
};