feat: add Test for sendValue

This commit is contained in:
Mathis
2023-04-24 15:49:16 +02:00
parent 36bdb86343
commit 884169e745
3 changed files with 17 additions and 7 deletions

View File

@ -10,6 +10,7 @@ void setup() {
RUN_TEST(TestWifiBeginNotConnected);
RUN_TEST(TestConnectAPI);
// RUN_TEST(TestConnectAPIFailed);
RUN_TEST(TestSendValue);
UNITY_END();