test reset values

This commit is contained in:
Janosch
2022-10-11 13:38:50 +01:00
parent 8e61ddd188
commit b45c29f89e
7 changed files with 26 additions and 11 deletions
+1
View File
@@ -25,6 +25,7 @@ int main() {
(TestCase){"test_evse_read", test_evse_read},
(TestCase){"test_check_start_condition", test_check_start_condition},
(TestCase){"test_check_voltage", test_check_voltage},
(TestCase){"test_reset_values_in_off_mode", test_reset_values_in_off_mode},
// Example:
//(TestCase){"Your tests name", function_name_without_brackets}
//...