Search found 1 match

by techno500
Wed Oct 02, 2019 6:42 pm
Forum: ESP32 Arduino
Topic: SPIFFS file read failure in webserver
Replies: 0
Views: 2258

SPIFFS file read failure in webserver

Code is from a "GET" request that lists SPIFFS files as download able links; read by readFile function. first pass downlowloaded file is good; all attempts fail, after first download: // Check the action to see if it was a GET request. else if (strcmp(path, "/SdBrowse") == 0) // Respond with the pat...