Fixed libc and SPIFFS integration. Test passes on ESP-12E module.

This commit is contained in:
sheinz 2016-06-30 22:18:07 +03:00
parent b71a7ad237
commit 0f9d991ba7
3 changed files with 26 additions and 9 deletions

View file

@ -25,7 +25,7 @@ void test_task(void *pvParameters)
while (1) {
vTaskDelay(5000 / portTICK_RATE_MS);
if (fs_test_run(10000)) {
if (fs_test_run(1000)) {
printf("PASS\n");
} else {
printf("FAIL\n");