Skip to content

Commit 4fb642a

Browse files
Reapply "will not work without idf" ---> it does, with the correct --> no
This reverts commit e619ebd.
1 parent 0b7848d commit 4fb642a

3 files changed

Lines changed: 0 additions & 121 deletions

File tree

ESP32/eth_transport_esp32.cpp

Lines changed: 0 additions & 92 deletions
This file was deleted.

ESP32/eth_transport_esp32.h

Lines changed: 0 additions & 24 deletions
This file was deleted.

debugger.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
#if defined(linux)
4444
#include "eth_transport_linux.h"
4545
#elif defined(ESP32)
46-
#include "eth_transport_esp32.h"
4746
#elif defined(TEENSY4_1)
4847
#include "eth_transport_teensy4_1.h"
4948
#endif
@@ -1358,10 +1357,6 @@ bool debugger_do(debugger_state *const state, console *const cnsl, bus *const b,
13581357
else
13591358
dev = new eth_transport_linux(pars[1]);
13601359
}
1361-
#elif defined(ESP32)
1362-
else if (pars[0] == "esp32") {
1363-
dev = new eth_transport_esp32();
1364-
}
13651360
#elif defined(TEENSY4_1)
13661361
else if (pars[0] == "teensy4.1") {
13671362
dev = new eth_transport_teensy4_1(mac);

0 commit comments

Comments
 (0)