We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29bef40 + 910dd44 commit 30e2cacCopy full SHA for 30e2cac
src/local/BLELocalDevice.cpp
@@ -224,7 +224,9 @@ void BLELocalDevice::end()
224
digitalWrite(NINA_RESETN, LOW);
225
#elif defined(ARDUINO_PORTENTA_H7_M4) || defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || defined(ARDUINO_GIGA) || defined(ARDUINO_OPTA)
226
digitalWrite(BT_REG_ON, LOW);
227
-#endif
+#endif
228
+ _advertisingData.clear();
229
+ _scanResponseData.clear();
230
}
231
232
void BLELocalDevice::poll()
0 commit comments