File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 12
12
"DMESG_SERIAL_DEBUG" : 1 ,
13
13
"CODAL_DEBUG" : 1 ,
14
14
"MICROBIT_BLE_ENABLED" : 0 ,
15
- "MICROBIT_BLE_PAIRING_MODE" : 0 ,
16
- "CONFIG_MICROBIT_ERASE_USER_DATA_ON_REFLASH" : 1
15
+ "MICROBIT_BLE_PAIRING_MODE" : 0
17
16
}
18
17
}
Original file line number Diff line number Diff line change 7
7
},
8
8
"config" :{
9
9
"MICROBIT_BLE_ENABLED" : 0 ,
10
- "MICROBIT_BLE_PAIRING_MODE" : 0 ,
11
- "CONFIG_MICROBIT_ERASE_USER_DATA_ON_REFLASH" : 1
10
+ "MICROBIT_BLE_PAIRING_MODE" : 0
12
11
}
13
12
}
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ void ble_test()
56
56
//
57
57
// codal.json contains various Bluetooth related properties some of which are explained here:
58
58
//
59
- // "SOFTDEVICE_PRESENT": 1 Determines whether the build contains softdevice
60
59
// "DEVICE_BLE": 1 Determines whether BLE is enabled
61
60
// "MICROBIT_BLE_ENABLED" : 1 Determines whether BLE is enabled
62
61
// "MICROBIT_BLE_PAIRING_MODE": 1 Determines whether Pairing Mode is enabled
You can’t perform that action at this time.
0 commit comments