* new env: RAK_4631_companion_radio_usb

This commit is contained in:
Scott Powell
2025-01-29 00:02:05 +11:00
والد cd81878e92
کامیت dc11fe85cb
2فایلهای تغییر یافته به همراه21 افزوده شده و 0 حذف شده
@@ -534,6 +534,13 @@ public:
#include <helpers/ArduinoSerialInterface.h>
ArduinoSerialInterface serial_interface;
#endif
#elif defined(NRF52_PLATFORM)
#ifdef BLE_PIN_CODE
#error "BLE not defined yet"
#else
#include <helpers/ArduinoSerialInterface.h>
ArduinoSerialInterface serial_interface;
#endif
#else
#error "need to define a serial interface"
#endif