OpenAstroTracker-Firmware icon indicating copy to clipboard operation
OpenAstroTracker-Firmware copied to clipboard

ESP32 make use of Serial.begin(baud-rate, protocol, RX pin, TX pin) for using 2 hardware serial

Open Sholo84 opened this issue 4 years ago • 0 comments

Changed/updated boarddefinition Added ESP specific (baud-rate, protocol, RX pin, TX pin), to allow usage of Serial1 and Serial2. So TMC2209s use Serial2 and GPS use Serial1.

Sholo84 avatar May 20 '21 11:05 Sholo84