ESP32-Musings / OTA_update_STM32_using_ESP32

Program STM32Fxx MCUs Over-the-Air using ESP32
MIT License
366 stars 73 forks source link

ESP32 can't using other Serial? #9

Open hzhh110 opened 2 years ago

hzhh110 commented 2 years ago

Can't I use other serial ports? Do I have to use the main serial port? I use ESP32, I can use Serial, but I can't use Serial2

laukik-hase commented 2 years ago

Hello, @hzhh110!

Thank you for the issue report!

But. I did not get your question. Do you want to change the UART Controller and pins? You can change them here.

Sorry for this, I will make them configurable with Konfig as soon as possible.