feat: add Test for WifiConnect API

This commit is contained in:
Mathis
2023-04-24 12:22:52 +02:00
parent 9811022b76
commit 5784e38fbb
7 changed files with 71 additions and 14 deletions

7
IOT/test/test.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef TEST_H
#define TEST_H
void TestWifiBeginConnected();
void TestWifiBeginNotConnected();
#endif