@@ -27,6 +27,8 @@
|
||||
#ifndef __AUDIO_QUEUE_H__
|
||||
#define __AUDIO_QUEUE_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user