Closed GeeF closed 6 years ago
When using different pins from the default they will not get set with the previous constructor arrangement. The default pins are used regardless, which leads to crashes on ESP8266 since they are invalid pin numbers there.
Thanks for the reminder on this issue - I've been neglecting this repo for too long. I adjusted the code to fix custom pinouts.
See release v0.2.1. It should propagate to the Arduino libraries shortly.
When using different pins from the default they will not get set with the previous constructor arrangement. The default pins are used regardless, which leads to crashes on ESP8266 since they are invalid pin numbers there.