Upload lv micropython to TTGO display ESP32

Hi everyone,

First, thanks for allowing me to join the forum.

I am trying to flash a TTGO display ESP32 with a GENERIC ESP32 board profile. The problem is that when I try to flash, the selected port is /dev/ttyUSB0 instead of /dev/ttyACM0 which is the correct one.

Is any form to change that?

Thank you in advance.

You can use idf.py -p PORT flash to specify port.

make" commands are thin wrappers for the underlying idf.py build tool that is part of the ESP-IDF. You can instead use idf.py directly,

Check here for more details: idf.py -p PORT flash