From 38a4c2bc755c774fe12c0b41c4b7bf27c78a4c40 Mon Sep 17 00:00:00 2001 From: DaOfficialWizard <45744329+ZanzyTHEbar@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:18:05 +0100 Subject: [PATCH] fix: usb versions failing to build --- ESP/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP/src/main.cpp b/ESP/src/main.cpp index e00c5e5..0a718de 100644 --- a/ESP/src/main.cpp +++ b/ESP/src/main.cpp @@ -49,8 +49,8 @@ void web_init() { log_d("[SETUP]: Starting API Server"); apiServer.begin(); streamServer.begin(); -#endif // ETVR_EYE_TRACKER_WEB_API } +#endif // ETVR_EYE_TRACKER_WEB_API void setup() { Serial.begin(115200);