diff --git a/Tag_Flasher/ESP32_Flasher/src/main.cpp b/Tag_Flasher/ESP32_Flasher/src/main.cpp index 7c6ade60..dd645150 100644 --- a/Tag_Flasher/ESP32_Flasher/src/main.cpp +++ b/Tag_Flasher/ESP32_Flasher/src/main.cpp @@ -6,7 +6,6 @@ #include "flasher.h" #include "leds.h" #include "settings.h" -#include "udp.h" #include "usbflasher.h" #include "powermgt.h" @@ -48,4 +47,4 @@ void setup() { void loop() { vTaskDelay(10000 / portTICK_PERIOD_MS); -} \ No newline at end of file +}