1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 06:53:07 +01:00

remove not workingb websocket stuff

This commit is contained in:
wellenvogel
2021-12-09 12:02:56 +01:00
parent 76f2f4278b
commit 575d08e73f
3 changed files with 1 additions and 8 deletions

View File

@@ -286,7 +286,6 @@ class GwSerialLog : public GwLogWriter{
logBuffer[wp]=0;
}
virtual void flush(){
webserver.sendDebugLine(logBuffer);
size_t handled=0;
while (handled < wp){
usbSerial->flush();