implement config
This commit is contained in:
10
main/main.c
10
main/main.c
@ -1,7 +1,3 @@
|
||||
#include "esp_log.h"
|
||||
#include <esp_system.h>
|
||||
#include "nvs_flash.h"
|
||||
|
||||
#include "safety.h"
|
||||
#include "metrics.h"
|
||||
#include "outputs.h"
|
||||
@ -10,6 +6,10 @@
|
||||
#include "wifi.h"
|
||||
#include "sntp.h"
|
||||
|
||||
#include "esp_log.h"
|
||||
#include "esp_system.h"
|
||||
#include "nvs_flash.h"
|
||||
|
||||
static const char *TAG = "smart-oil-heater-control-system";
|
||||
|
||||
void app_main(void)
|
||||
@ -39,4 +39,4 @@ void app_main(void)
|
||||
vTaskDelay(pdMS_TO_TICKS(1000));
|
||||
// Do nothing ;-)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user