feat/1030-more-unit-tests #29

Merged
ismail merged 17 commits from feat/1030-more-unit-tests into dev 2025-07-22 15:59:48 +02:00
Showing only changes of commit c7678d6084 - Show all commits

View File

@@ -44,4 +44,6 @@ void app_main(void)
UNITY_END();
ESP_LOGI(TEST_TAG, "All tests complete.");
esp_restart(); // Restart to invoke qemu exit
}