Xiao-esp32c6 uarts

Yes, it is - I use it for handling low power wake up by an external device for sending data to my Zigbee network by the 'C6.

Not true (except for 1).

Not true either.


#ifdef USE_UART2  // Any GPIO MUX
#define RX_PIN 4 // Default LP_RX0,  GPIO_NUM_4
#define TX_PIN 5 // Default LP_TX0,  GPIO_NUM_5

HardwareSerial MySerial2(2);
#endif  // USE_UART2