19 lines
495 B
Plaintext
19 lines
495 B
Plaintext
# settings
|
|
|
|
# default IP address
|
|
IP=10.0.50.232
|
|
|
|
# Location for store configuration. Can be FLASH or EEPROM
|
|
STORE_LOCATON=FLASH
|
|
|
|
# Flash drive size for storing settings in sectors. total size = (FLASH_SIZE * 264) bytes
|
|
# For auto upgrade software FLASH_SIZE must be more (firmware size + application size)/264+50
|
|
# example: 229376+14336 = 243712 / 264 = 924 + 50 = FLASH_SIZE = 1064
|
|
FLASH_SIZE=50
|
|
|
|
# Maximum number of files
|
|
FLASH_FILES=10
|
|
|
|
# Store brakers configuration in memory
|
|
STORE_BRAKER=1
|