Search found 1 match

by rajivramroop
Wed Mar 23, 2022 10:01 pm
Forum: General Discussion
Topic: ESP32 Audio Using SPIFFS / FSBrowser
Replies: 0
Views: 1398

ESP32 Audio Using SPIFFS / FSBrowser

Hi, I am having trouble figuring out how to sent a .wav file stored on SPIFFS to a Flask API. Below is a snippet of the code I am using: HTTPClient http; ////////////////////////////////////////////////////// http.begin("18.189.19.59:22/predict"); http.addHeader("Content-Type", "text/plain"); http.a...