Kelsey
Results
2
comments of
Kelsey
Thanks, for the information here. However I've found you can use pins 21/22. I'm not using a Heltec ESP32 but a clone with the same pin allocation but a slightly...
I made no changes to wire.cpp, Wire1 is already declared in that file. You just need to initalise it with the correct pin allocation by calling: `Wire1.begin(21,22);` and then pass...