Updated dependencies.
This commit is contained in:
parent
d86c494d45
commit
58748fcef1
101 changed files with 5845 additions and 2391 deletions
|
|
@ -120,7 +120,10 @@ void app_main(void)
|
|||
}
|
||||
|
||||
// Initialize the switches after SystemK, so xQueueEvents will have already been created.
|
||||
Initialize_Switches();
|
||||
if (Initialize_Switches() != ESP_OK)
|
||||
{
|
||||
KLOG_ERROR(TAG, "Error initializing the switches!");
|
||||
}
|
||||
|
||||
KLOG_INFO(TAG, "Initialization complete.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue