Signed-off-by: Karl Osterseher <karli_o@gmx.at>
This commit is contained in:
Karl Osterseher
2024-01-23 19:08:04 +01:00
Unverified
parent db0f9732b2
commit 7150a48353
3 changed files with 11 additions and 8 deletions

View File

@@ -27,6 +27,8 @@
#ifndef __AUDIO_QUEUE_H__
#define __AUDIO_QUEUE_H__
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif

View File

@@ -5,16 +5,16 @@
Must be taken over/merge with wifi provision
*/
// #include "esp_event.h"
#include "wifi_interface.h"
#include "freertos/FreeRTOS.h"
#include "freertos/event_groups.h"
#include "freertos/task.h"
// #include "esp_event.h"
#include "esp_event.h"
#include "esp_log.h"
#include "esp_mac.h"
#include "esp_wifi.h"
#include "freertos/FreeRTOS.h"
#include "freertos/event_groups.h"
#include "freertos/task.h"
#include "wifi_interface.h"
#if ENABLE_WIFI_PROVISIONING
#include <string.h> // for memcpy

View File

@@ -14,12 +14,13 @@
#include "esp_system.h"
#include "esp_timer.h"
#include "esp_wifi.h"
#if CONFIG_SNAPCLIENT_ENABLE_ETHERNET
#include "eth_interface.h"
#endif
#include "freertos/FreeRTOS.h"
#include "freertos/event_groups.h"
#include "freertos/task.h"
#if CONFIG_SNAPCLIENT_ENABLE_ETHERNET
#include "eth_interface.h"
#endif
#include "nvs_flash.h"
#include "wifi_interface.h"