Hi, I am trying to update an Arduino Uno firmware connected to an ESP8266 but I am receiving the error below.
Some one had this problem or have some clue to find the cause for this error ?
I will appreciate any kindle help with this !
Regards
$ curl -i -F file=@fw.zip https://mdash.net/api/v2/devices/device13/ota?access_token=lDE0aA5oqIjlDMiPA1c2FA
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0
100 11050 0 0 100 11050 0 6015 0:00:01 0:00:01 --:–:-- 6011
100 11050 0 0 100 11050 0 3890 0:00:02 0:00:02 --:–:-- 3889
100 11050 0 0 100 11050 0 2875 0:00:03 0:00:03 --:–:-- 2874
100 11138 100 88 100 11050 22 2819 0:00:04 0:00:03 0:00:01 2841
HTTP/1.1 100 Continue
HTTP/1.1 500 Internal Server Error
Server: nginx/1.12.2
Date: Tue, 11 Feb 2020 22:55:29 GMT
Content-Type: application/json; charset=UTF-8
Content-Length: 88
Connection: keep-alive
Cache-Control: no-cache, private, max-age=0
Expires: Thu, 01 Jan 1970 00:00:00 UTC
Pragma: no-cache
{
“code”: -1,
“message”: “-10 Nothing interesting in the update (wrong platform?)”
}Command completed.