Skip to content

Commit f5b4f21

Browse files
committed
Remove check_signature from json in readme
1 parent 2d4adb8 commit f5b4f21

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ This is hosted by a webserver and contains information about the latest firmware
4545
"host": "192.168.0.100",
4646
"port": 80,
4747
"bin": "/fota/esp32-fota-http-2.bin",
48-
"check_signature": true
4948
}
5049
```
5150

@@ -56,7 +55,6 @@ Version information can be either a single number or a semantic version string.
5655
"type": "esp32-fota-http",
5756
"version": "2.5.1",
5857
"url": "http://192.168.0.100/fota/esp32-fota-http-2.bin",
59-
"check_signature": true
6058
}
6159
```
6260

@@ -68,7 +66,6 @@ A single JSON file can provide information on multiple firmware types by combini
6866
"type":"esp32-fota-http",
6967
"version":"0.0.2",
7068
"url":"http://192.168.0.100/fota/esp32-fota-http-2.bin",
71-
"check_signature":true
7269
},
7370
{
7471
"type":"esp32-other-hardware",

0 commit comments

Comments
 (0)