File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ This is hosted by a webserver and contains information about the latest firmware
45
45
"host" : " 192.168.0.100" ,
46
46
"port" : 80 ,
47
47
"bin" : " /fota/esp32-fota-http-2.bin" ,
48
- "check_signature" : true
49
48
}
50
49
```
51
50
@@ -56,7 +55,6 @@ Version information can be either a single number or a semantic version string.
56
55
"type" : " esp32-fota-http" ,
57
56
"version" : " 2.5.1" ,
58
57
"url" : " http://192.168.0.100/fota/esp32-fota-http-2.bin" ,
59
- "check_signature" : true
60
58
}
61
59
```
62
60
@@ -68,7 +66,6 @@ A single JSON file can provide information on multiple firmware types by combini
68
66
"type" :" esp32-fota-http" ,
69
67
"version" :" 0.0.2" ,
70
68
"url" :" http://192.168.0.100/fota/esp32-fota-http-2.bin" ,
71
- "check_signature" :true
72
69
},
73
70
{
74
71
"type" :" esp32-other-hardware" ,
You can’t perform that action at this time.
0 commit comments