We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366da4d commit 24ddb00Copy full SHA for 24ddb00
examples/CDC/cdc_multi/cdc_multi.ino
@@ -13,8 +13,9 @@
13
The example creates three virtual serial ports. Text entered on
14
any of the ports will be echoed to the all ports.
15
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.
+ The max number of CDC ports (CFG_TUD_CDC) has to be changed to at least 2.
+ Config file is located in Adafruit_TinyUSB_Arduino/src/arduino/ports/platform/tusb_config_platform.h
18
+ where platform is esp32, nrf, rp2040, samd
19
*/
20
21
#include <Adafruit_TinyUSB.h>
0 commit comments