init
This commit is contained in:
0
main/app_composition/src/.gitkeep
Normal file
0
main/app_composition/src/.gitkeep
Normal file
12
main/app_composition/src/app_main.c
Normal file
12
main/app_composition/src/app_main.c
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "controller_lifecycle.h"
|
||||
|
||||
#include "esp_err.h"
|
||||
#include "esp_log.h"
|
||||
|
||||
static const char *TAG = "app_main";
|
||||
|
||||
void app_main(void) {
|
||||
ESP_ERROR_CHECK(controller_lifecycle_start());
|
||||
|
||||
ESP_LOGI(TAG, "LYF controller started");
|
||||
}
|
||||
Reference in New Issue
Block a user