Make serial port on wio-sdk-wm1110 board work

By disabling the (inaccessible) adafruit USB
This commit is contained in:
geeksville
2024-06-20 09:49:15 -07:00
parent 9a80951d6f
commit 9266a53f4e
5 changed files with 32 additions and 8 deletions
+7
View File
@@ -31,6 +31,13 @@
#include "WVariant.h"
#ifdef USE_TINYUSB
#error TinyUSB must be disabled by platformio before using this variant
#endif
// We use the hardware serial port for the serial console
#define Serial Serial1
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus