This commit is contained in:
jomjol
2022-02-20 16:05:36 +01:00
parent cbe884ad63
commit c07ef23d5b
9 changed files with 22 additions and 126 deletions

View File

@@ -74,10 +74,10 @@ using namespace std;
esp_err_t get_tflite_file_handler(httpd_req_t *req)
{
DIR *verzeichnis;
struct dirent *files;
// DIR *verzeichnis;
// struct dirent *files;
struct dirent *entry;
struct stat entry_stat;
// struct stat entry_stat;
std::string _filename, _fileext;