Add 1 second time interval for retry join transmission

This commit is contained in:
dijunkun
2023-12-18 15:10:41 +08:00
parent fe68464cd2
commit cec275bbe0
6 changed files with 131 additions and 99 deletions

14
src/common/platform.h Normal file
View File

@@ -0,0 +1,14 @@
/*
* @Author: DI JUNKUN
* @Date: 2023-12-18
* Copyright (c) 2023 by DI JUNKUN, All Rights Reserved.
*/
#ifndef _PLATFORM_H_
#define _PLATFORM_H_
#include <iostream>
std::string GetMac();
#endif