Fixed libc and SPIFFS integration. Test passes on ESP-12E module.
This commit is contained in:
parent
b71a7ad237
commit
0f9d991ba7
3 changed files with 26 additions and 9 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue