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

@ -1 +1 @@
Subproject commit 983ed830a8d2bd1a3eaa586ed608530f9d29201e
Subproject commit 218c5235584429f407d619e5e35f90732ad505f3

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");