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-27 19:22:26 -05:00
committed by GitHub
parent 94f5c04e19
commit 35ee12cb4c
6 changed files with 3 additions and 12 deletions
+1 -3
View File
@@ -50,6 +50,4 @@
#define SX126X_RESET LORA_RESET
#define SX126X_POWER_EN 25
#define SX126X_E22 // DIO2 controlls an antenna switch and the TCXO voltage is controlled by DIO3
#endif
#include <Adafruit_TinyUSB.h>
#endif