feat: Add end to end test for ultrasonic capteur

This commit is contained in:
Mathis
2023-04-24 16:05:50 +02:00
parent 884169e745
commit b3da67f31e
4 changed files with 16 additions and 4 deletions

View File

@ -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");
}
}