You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
D:\developement\Python3>curl -i http://192.168.0.6:12345/fota_chris_original.ino
.esp32.bin
HTTP/1.1 200 OK
Last-Modified: Fri, 21 May 2021 17:42:36 GMT
Date: Fri, 21 May 2021 18:14:08 GMT
Server: SimpleHttpServer/1.1
Content-Length: 891248
Content-Type: application/octet-stream
Warning: Binary output can mess up your terminal. Use "--output -" to tell
Warning: curl to output it to your terminal anyway, or consider "--output
Hello Devs.
I was trying your library with simple example of yours and with json body as you prescribed but not getting results.
The file is hosted through my mobile using an application on port 12345
The bin file is available at http://192.168.0.6:12345/fota_chris_original.ino.esp32.bin
I have done curl to get response like this:
The json file looks like this and can be available as
http://192.168.0.6:12345/fota.json
JSON
As you can see I have even not used extra http there
Arduino board: ESP32
Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.10
code is below
But the response is strange and similar to that mentioned in
#1 , #34 , #32
Btw, my webserver is logging a get request every few seconds though..
Please suggest please?
Regards,
Shariq
The text was updated successfully, but these errors were encountered: