Skip to content

Commit

Permalink
[ESP32-C6] build with LR11XX driver
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Dec 30, 2024
1 parent d1f5f72 commit a05edaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions software/firmware/source/SoftRF/src/platform/ESP32.h
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,11 @@ extern const USB_Device_List_t supported_USB_devices[];
//#define USE_NIMBLE
#define USE_ARDUINOBLE
#if defined(CONFIG_IDF_TARGET_ESP32C6)
#if ARDUINO_USB_CDC_ON_BOOT
//#define USE_RADIOLIB
#else
#define USE_RADIOLIB
#endif /* ARDUINO_USB_CDC_ON_BOOT */
#endif /* C6 */
#endif /* C2 || C6 || H2 */
#endif /* SX || CX || H2 */
Expand Down

0 comments on commit a05edaa

Please sign in to comment.