1
0
mirror of https://github.com/Utyff/Zintercom.git synced 2026-01-12 09:17:41 +03:00
fixed the work of inputs and outputs on the target board (button and call)
implemented sleep mode in battery mode (end device)
power attributes are always advertised, (used only in battery mode)
implemented bind to another device (notify about a call to the intercom)
minor changes in the code (syntactic)
This commit is contained in:
lost
2021-01-15 17:13:14 +02:00
parent 0d076dfa6e
commit 8ac322e25f
6 changed files with 73 additions and 86 deletions

View File

@@ -61,7 +61,7 @@ void osalInitTasks(void) {
zclApp_Init(taskID++);
zclCommissioning_Init(taskID++);
zclFactoryResetter_Init(taskID++);
#ifdef ZIC_BATTERY_MODE
#if defined( ZIC_BATTERY_MODE )
zclBattery_Init(taskID++);
#endif
}