There was an error while loading. Please reload this page.
1 parent 18dd75b commit 964cbceCopy full SHA for 964cbce
.vscode/settings.json
@@ -1,6 +1,8 @@
1
{
2
"idf.pythonInstallPath": "C:\\Espressif\\tools\\idf-python\\3.11.2\\python.exe",
3
"files.associations": {
4
- "git_diff": "cpp"
+ "git_diff": "cpp",
5
+ "global.h": "c",
6
+ "config.h": "c"
7
}
8
main/web_server.c
@@ -48,6 +48,9 @@ const char html_apple_cna[] =
48
#include <sys/socket.h>
49
#include <netdb.h>
50
#include <arpa/inet.h>
51
+#ifdef IS_USB
52
+#include "usb/uac_host.h"
53
+#endif
54
55
#define TAG "web_server"
56
0 commit comments