HB, OTA etc
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "esp_log.h"
|
||||
#include "system_init.h"
|
||||
#include "heartbeat_task.h"
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "freertos/projdefs.h"
|
||||
#include "freertos/task.h"
|
||||
@@ -13,8 +14,10 @@ extern "C" void app_main(void)
|
||||
{
|
||||
system_init();
|
||||
|
||||
sampler_task_start();
|
||||
sender_task_start();
|
||||
//sampler_task_start();
|
||||
//sender_task_start();
|
||||
|
||||
heartbeat_task_start();
|
||||
|
||||
system_finalize();
|
||||
}
|
||||
Reference in New Issue
Block a user