starting with capability service
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "led_matrix.h"
|
||||
#include "persistence.h"
|
||||
#include "remote_control.h"
|
||||
|
||||
@@ -5,4 +7,5 @@ void app_main(void)
|
||||
{
|
||||
persistence_init("miniature_town");
|
||||
ble_init();
|
||||
xTaskCreatePinnedToCore(led_matrix_init, "led_matrix", configMINIMAL_STACK_SIZE * 2, NULL, 5, NULL, 1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user