probonopd / WirelessPrinting

Print wirelessly from Cura, PrusaSlicer or Slic3r to your 3D printer connected to an ESP8266 or ESP32 module
352 stars 65 forks source link

Show non parsed lines over telnet #76

Closed chepo92 closed 5 years ago

chepo92 commented 5 years ago

When receiving non expected responses telnetSend("< New line but nothing to do with it");

Doesn't write the command received unless there is an ok somewhere So should add after it: telnetSend("< " + String(serialResponse));

probonopd commented 5 years ago

Closed in #77