mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-12 06:27:01 +03:00
fix merge failure in earlier merges
This commit is contained in:
@@ -156,22 +156,9 @@ extern "C" void app_main()
|
|||||||
{
|
{
|
||||||
initGPIO();
|
initGPIO();
|
||||||
Init_NVS_SDCard();
|
Init_NVS_SDCard();
|
||||||
esp_log_level_set("*", ESP_LOG_ERROR); // set all components to ERROR level
|
esp_log_level_set("*", ESP_LOG_DEBUG); // set all components to ERROR level
|
||||||
|
|
||||||
UNITY_BEGIN();
|
// Create dedicated testing task (heap size can be configured - large enough to handle a lot of testing cases)
|
||||||
RUN_TEST(testNegative_Issues);
|
// ********************************************
|
||||||
RUN_TEST(testNegative);
|
xTaskCreate(&task_UnityTesting, "task_UnityTesting", 12 * 1024, NULL, tskIDLE_PRIORITY+2, NULL);
|
||||||
|
|
||||||
RUN_TEST(test_analogToDigit_Standard);
|
|
||||||
RUN_TEST(test_analogToDigit_Transition);
|
|
||||||
RUN_TEST(test_doFlowPP);
|
|
||||||
RUN_TEST(test_doFlowPP1);
|
|
||||||
RUN_TEST(test_doFlowPP2);
|
|
||||||
RUN_TEST(test_doFlowPP3);
|
|
||||||
RUN_TEST(test_doFlowPP4);
|
|
||||||
|
|
||||||
// getReadoutRawString test
|
|
||||||
RUN_TEST(test_getReadoutRawString);
|
|
||||||
|
|
||||||
UNITY_END();
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user