Skip to content

Commit 08d867c

Browse files
committed
change default value for ble mac address to ff:ff:ff:ff:ff:ff
1 parent cec7846 commit 08d867c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/utility/Provisioning_2.0/ClaimingHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ void ClaimingHandlerClass::resetStoredCredReqHandler() {
149149
}
150150

151151
void ClaimingHandlerClass::getBLEMacAddressReqHandler() {
152-
uint8_t mac[6] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
152+
uint8_t mac[6] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
153153

154154
#ifdef ARDUINO_OPTA
155155
if(_getPid_() == OPTA_WIFI_PID) {

0 commit comments

Comments
 (0)