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

PlatformIO #144

Closed TheAssassin closed 4 years ago

TheAssassin commented 4 years ago

Please update your README accordingly to replace that awkward series of calls to the Arduino IDE etc. with e.g., a link to the PlatformIO docs.

probonopd commented 4 years ago

As a matter of policy I want to pin everything in this project as it has proven to be flaky. That it compiles does not mean that it works, and I have already lost much time due to this fact.

TheAssassin commented 4 years ago

I think the way PlatformIO allows for pinning dependencies is straightforward, and most of it has been taken from the commands in the Travis config. Can you test the binaries which are built by PlatformIO perhaps? I don't have any SD card hardware nor a printer with serial pins right now.

Edit: nevermind.

probonopd commented 4 years ago

A big thank you @TheAssassin :1st_place_medal: