feat: Add Test for Connect API
This commit is contained in:
@ -8,6 +8,8 @@ void setup() {
|
||||
Serial.begin(115200);
|
||||
RUN_TEST(TestWifiBeginConnected);
|
||||
RUN_TEST(TestWifiBeginNotConnected);
|
||||
RUN_TEST(TestConnectAPI);
|
||||
// RUN_TEST(TestConnectAPIFailed);
|
||||
|
||||
|
||||
UNITY_END();
|
||||
|
Reference in New Issue
Block a user