12 lines
549 B
INI
12 lines
549 B
INI
#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'
|