We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7575244 commit 443582cCopy full SHA for 443582c
1 file changed
src/local/BLELocalDevice.cpp
@@ -106,7 +106,10 @@ int BLELocalDevice::begin()
106
107
if (HCI.reset() != 0) {
108
end();
109
-
+#if defined(ARDUINO_AVR_UNO_WIFI_REV2) || defined(ARDUINO_SAMD_MKRWIFI1010) || defined(ARDUINO_SAMD_NANO_33_IOT) || defined(TARGET_NANO_RP2040_CONNECT)
110
+ Serial.println("The initialization of the Bluetooth® Low Energy module failed.");
111
+ Serial.println("Please ensure your NINA firmware is version 3.0.0 or higher.");
112
+#endif
113
return 0;
114
}
115
0 commit comments