diff --git a/boards/esp32s2-lilygo-ttgo-t8/Makefile.include b/boards/esp32s2-lilygo-ttgo-t8/Makefile.include index 9d387f6803..65924a77f3 100644 --- a/boards/esp32s2-lilygo-ttgo-t8/Makefile.include +++ b/boards/esp32s2-lilygo-ttgo-t8/Makefile.include @@ -5,3 +5,7 @@ ifneq (,$(filter esp32s2-lilygo-ttgo-t8-usb,$(USEMODULE))) endif include $(RIOTBOARD)/common/esp32s2/Makefile.include + +# Only consider TTYs matching the following filter when auto-selecting the TTY +# with `MOST_RECENT_PORT=1`. +TTY_BOARD_FILTER := --driver 'ch341' --vendor '1a86' --model 'USB Serial'