KK4HFJ

Results 3 issues of KK4HFJ

I had require_once 'Autoloader/autoload.php'; previously, and it made no difference. I have added it back in, and again, no difference. Are there edits needed? `$srcBaseDirectory =\dirname(\dirname(__FILE__)); ` hardly looks legitimate?...

\esp32_getconfig.ino: In function 'void setup()': \esp32_getconfig.ino:66:97: error: no matching function for call to 'UDHttp::download(const char [59], int (&)(uint8_t*, int), void (&)(int))' udh.download("http://www.smart-words.org/linking-words/linking-words.pdf", wdataf, progressf); ^ In file included from \esp32_getconfig.ino:1:...

I've downloaded and included the libraries: #include "UDHttp.h" #include "mySD.h>" When I try to compile, Demo 39: ESP32/8266 multipart upload a file and download a file via HTTP I get...