RP2040: Use Pico SDK USB stack instead of TinyUSB (#2523)

Seems to fix freeze, serial output still stops after a while
This commit is contained in:
GUVWAF
2023-05-28 02:22:26 +02:00
committed by GitHub
parent 94f5c04e19
commit 35ee12cb4c
6 changed files with 3 additions and 12 deletions

View File

@@ -51,6 +51,4 @@
#define SX126X_BUSY LORA_DIO2
#define SX126X_RESET LORA_RESET
#define SX126X_E22
#endif
#include <Adafruit_TinyUSB.h>
#endif