Skip to content

Commit c2691cc

Browse files
Remove ERASE_USER_DATA_ON_REFLASH from codal.json files. (#58)
Also removes outdated SOFTDEVICE_PRESENT mention.
1 parent 32f2a2f commit c2691cc

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

codal.dev.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"DMESG_SERIAL_DEBUG": 1,
1313
"CODAL_DEBUG": 1,
1414
"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
1716
}
1817
}

codal.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
},
88
"config":{
99
"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
1211
}
1312
}

source/samples/BLETest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ void ble_test()
5656
//
5757
// codal.json contains various Bluetooth related properties some of which are explained here:
5858
//
59-
// "SOFTDEVICE_PRESENT": 1 Determines whether the build contains softdevice
6059
// "DEVICE_BLE": 1 Determines whether BLE is enabled
6160
// "MICROBIT_BLE_ENABLED" : 1 Determines whether BLE is enabled
6261
// "MICROBIT_BLE_PAIRING_MODE": 1 Determines whether Pairing Mode is enabled

0 commit comments

Comments
 (0)