重新组网是擦除配置区再去组
This commit is contained in:
parent
c4c945fdab
commit
2a956006d9
|
@ -573,7 +573,7 @@ void TinyClient::Ping()
|
|||
|
||||
auto tc = TinyConfig::Current;
|
||||
memset(tc->Mac, 0, 5);
|
||||
tc->Save();
|
||||
tc->Clear();
|
||||
Server = 0;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue