From 52fd9f12326dc940fa6ca88354408c8920e18629 Mon Sep 17 00:00:00 2001 From: Jonas Niesner Date: Sat, 2 Sep 2023 18:38:42 +0200 Subject: [PATCH] Update main.cpp --- Tag_Flasher/ESP32_Flasher/src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +}