T-DEV-811/IOT/test/test.h

9 lines
158 B
C
Raw Normal View History

2023-04-24 12:22:52 +02:00
#ifndef TEST_H
#define TEST_H
void TestWifiBeginConnected();
void TestWifiBeginNotConnected();
2023-04-24 14:54:26 +02:00
void TestConnectAPI();
// void TestConnectAPIFailed();
2023-04-24 12:22:52 +02:00
#endif