diff options
Diffstat (limited to 'main/app_main.c')
| -rw-r--r-- | main/app_main.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/main/app_main.c b/main/app_main.c index e39f652..24138c9 100644 --- a/main/app_main.c +++ b/main/app_main.c @@ -1,20 +1,7 @@ -/* ESP HomeKit Intercom - */ -#include <stdio.h> -#include <string.h> #include <freertos/FreeRTOS.h> #include <freertos/task.h> -#include <freertos/timers.h> -#include <freertos/queue.h> #include <esp_log.h> -#include <driver/gpio.h> -#include <driver/adc.h> - #include <hap.h> - -#include <hap_apple_servs.h> -#include <hap_apple_chars.h> - #include <app_wifi.h> #include <app_hap_setup_payload.h> |
