Skip to content

Commit

Permalink
arduino code
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed Nov 2, 2024
1 parent 9f90e29 commit 6fde71d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

#include "iscsi-pdu.h"
#include "log.h"
#include "main.h"
#include "server.h"
#include "utils.h"

Expand Down Expand Up @@ -546,10 +545,6 @@ void server::handler()

std::thread *th = new std::thread([=, this]() {
#endif
write_led(led_green, LOW);
write_led(led_yellow, LOW);
write_led(led_red, LOW);

std::string endpoint = cc->get_endpoint_name();

#if defined(ESP32) || defined(RP2040W) || defined(TEENSY4_1)
Expand Down

0 comments on commit 6fde71d

Please sign in to comment.