Added a new config file used to store OTA settings

This commit is contained in:
anschrammh 2022-09-27 07:27:00 +02:00
parent f547c8fc07
commit 86452fb1b8

View 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'