"help":"Only add code for Metric units (24 hours/meter/celsius) to reduce image size",
}
DATA["THIS_DEVICE_ADDRESS"]={
"name":"Hardware address",
"type":"text",
"default":rand_hw(),
"ifndef":True
"ifndef":True,
"help":"Default Radio Hardware Address to use on the device",
}
DATA["USE_LCD_CHARGE_PUMP"]={
"name":"Use LCD Charge Pump",
"default":False,
"help":"Use the internal charge pump to make the display contrast same tho whole battery lifetime. But this increases currency",
"help":"Use the internal charge pump to make the display contrast same tho whole battery lifetime. But this increases currency and reduces battery lifetime.",
}
DATA["USE_WATCHDOG"]={
"name":"Use Watchdog",
"default":True,
"help":"Protects the clock against deadlocks by rebooting it.",
"help":"Protects the clock against deadlocks by rebooting it.",
}
# FIXME implement
# DATA["CONFIG_AUTOSYNC"] = {
# "name": "Automaticly SYNC after reboot",
# "default": False,
# "help": "Automaticly sync clock after reboot",
# }
DATA["DEBUG"]={
"name":"Debug",
"default":False}
"default":False,
"help":"Activates debug code",
}
# modules
DATA["CONFIG_DAY_OF_WEEK"]={
"name":"Date: Show Day of Week",
"name":"Date: Day of Week",
"depends":[],
"default":True}
"default":True,
"help":"Shows day of week on the date module",
}
DATA["CONFIG_TEST"]={
"name":"Test Mode",
"depends":[],
"default":True}
"default":True,
"help":"Test module to test some functionalities when the clock started",
}
DATA["TEXT_MODULES"]={
"name":"Modules",
@ -77,12 +92,24 @@ DATA["TEXT_MODULES"] = {
DATA["CONFIG_EGGTIMER"]={
"name":"Eggtimer",
"depends":[],
"default":False}
"default":False,
"help":"Countdown timer to count down from 1 minute - 20 hours to 0 and start an alarm",
}
DATA["CONFIG_PHASE_CLOCK"]={
"name":"Phase Clock",
"depends":[],
"default":False}
"default":False,
"help":"Messures sleep phase by recording body movement and sends the data to the accesspoint.\n"