feat: Add end to end test for ultrasonic capteur
This commit is contained in:
@ -45,5 +45,4 @@ void TestSendValue() {
|
||||
Serial1.begin(MONITOR_SPEED);
|
||||
api->wifiBegin(WIFI_SSID, WIFI_PASSWORD, &Serial1);
|
||||
TEST_ASSERT_EQUAL_MESSAGE(true, api->sendValue("30", "gdnuxl0wlgurtj3", "W", true), "Not Connected to server");
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user