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

7 lines
103 B
C
Raw Normal View History

2023-04-24 12:22:52 +02:00
#ifndef TEST_H
#define TEST_H
void TestWifiBeginConnected();
void TestWifiBeginNotConnected();
#endif