refactor(architecture): unify facade headers and remove unused lcd dependency
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "image_generation.h"
|
||||
#include "domain.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
@@ -11,8 +11,6 @@
|
||||
#include "esp_http_client.h"
|
||||
#include "esp_log.h"
|
||||
#include "esp_timer.h"
|
||||
#include "runtime_diagnostics.h"
|
||||
#include "runtime_policy.h"
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "freertos/semphr.h"
|
||||
#include "freertos/task.h"
|
||||
|
||||
Reference in New Issue
Block a user