Add restart chip to make qemu exit in tests.

This commit is contained in:
2025-07-22 10:00:33 +03:00
parent 8527ebea83
commit c7678d6084

View File

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