You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this why you have to power cycle the board rather than issuing a BLE.end() followed by BLE.start() to reconnect?
If I knew what the internal definition name was for the Nano 33 BLE, I'd try a quick fix myself, so if anyone can point me in the right direction, it would be much appreciated.
The text was updated successfully, but these errors were encountered:
Looking at the .begin() and .end() functions inside BLELocalDevice.cpp, there are defines for the following boards:
#if defined(ARDUINO_SAMD_MKRWIFI1010) || defined(ARDUINO_AVR_UNO_WIFI_REV2) || defined(ARDUINO_SAMD_NANO_33_IOT)
But there's nothing for the Nano 33 BLE or Sense.
Is this why you have to power cycle the board rather than issuing a BLE.end() followed by BLE.start() to reconnect?
If I knew what the internal definition name was for the Nano 33 BLE, I'd try a quick fix myself, so if anyone can point me in the right direction, it would be much appreciated.
The text was updated successfully, but these errors were encountered: