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

ESP32 baudrate hardcoded at 115200 #135

Closed joberthel closed 4 years ago

joberthel commented 4 years ago

https://github.com/probonopd/WirelessPrinting/blob/bad8e5166a2f1bbad95a4fb8849b08d1edfc7d3a/ESP8266WirelessPrintAsync/ESP8266WirelessPrintAsync.ino#L437

Looking at the code it looks like the baudrate for the ESP32 is hardcoded at 115200. So it doesn't cycle though the specified rates like the ESP8266 does.

probonopd commented 4 years ago

Indeed. Do you think you can send a pull request? Thanks.

probonopd commented 4 years ago

https://github.com/probonopd/WirelessPrinting/pull/151