Added a new config file used to store OTA settings
This commit is contained in:
parent
f547c8fc07
commit
86452fb1b8
11
sdCard_content/CONFIG/OTA.CFG
Normal file
11
sdCard_content/CONFIG/OTA.CFG
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#This config file stores the configuration needed for OTA updates
|
||||||
|
#If this file is not present or if there is an error at parsing time
|
||||||
|
#the OTA update feature will be disabled.
|
||||||
|
#If the OTA service does not require any auth key then set this field empty ie ''
|
||||||
|
#The blank new line at then end of the file is mendatory. Without it, the last parameter won't be read.
|
||||||
|
|
||||||
|
ENABLED : 'true'
|
||||||
|
OTA_SERVER_ADDRESS : 'OTA server IP address'
|
||||||
|
OTA_SERVER_PORT : 80
|
||||||
|
OTA_SERVICE_PATH : 'OTA service url path on the server'
|
||||||
|
OTA_SERVICE_AUTH_KEY : 'OTA service auth key'
|
Loading…
Reference in New Issue
Block a user