yasheena / telnetspy

Telnet Server For ESP8266: Cloning the serial port via Telnet. "Debugging over the air"
MIT License
59 stars 31 forks source link

TelnetSpy.cpp:17:21: fatal error: RingBuf.h: No such file or directory #12

Closed RE-Specto closed 2 years ago

RE-Specto commented 4 years ago
Compiling .pio\build\esp07\lib6c5\TelnetSpy_ID6236\TelnetSpy.cpp.o
.pio\libdeps\esp07\TelnetSpy_ID6236\TelnetSpy.cpp:17:21: fatal error: RingBuf.h: No such file or directory
......
 #include <RingBuf.h>
                     ^
compilation terminated.
*** [.pio\build\esp07\lib6c5\TelnetSpy_ID6236\TelnetSpy.cpp.o] Error 1

looks like a missing undocumented dependency

DrJaymz commented 2 years ago

yes, the bog standard example does not compile out of the box. Which is annoying.

yasheena commented 2 years ago

Fixed in version 1.2

RE-Specto commented 2 years ago

Fixed in version 1.2

g2k tnx 👍