Skip to content

Commit 24ddb00

Browse files
committed
update cdc_multi example description
1 parent 366da4d commit 24ddb00

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/CDC/cdc_multi/cdc_multi.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
The example creates three virtual serial ports. Text entered on
1414
any of the ports will be echoed to the all ports.
1515
16-
The max number of CDC ports (CFG_TUD_CDC) has to be changed to at
17-
least 2, changed in the core tusb_config.h file.
16+
The max number of CDC ports (CFG_TUD_CDC) has to be changed to at least 2.
17+
Config file is located in Adafruit_TinyUSB_Arduino/src/arduino/ports/platform/tusb_config_platform.h
18+
where platform is esp32, nrf, rp2040, samd
1819
*/
1920

2021
#include <Adafruit_TinyUSB.h>

0 commit comments

Comments
 (0)