Skip to content

Commit

Permalink
Remove ERASE_USER_DATA_ON_REFLASH from codal.json files. (lancaster-u…
Browse files Browse the repository at this point in the history
…niversity#58)

Also removes outdated SOFTDEVICE_PRESENT mention.
  • Loading branch information
microbit-carlos authored May 4, 2023
1 parent 32f2a2f commit c2691cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions codal.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"DMESG_SERIAL_DEBUG": 1,
"CODAL_DEBUG": 1,
"MICROBIT_BLE_ENABLED" : 0,
"MICROBIT_BLE_PAIRING_MODE": 0,
"CONFIG_MICROBIT_ERASE_USER_DATA_ON_REFLASH": 1
"MICROBIT_BLE_PAIRING_MODE": 0
}
}
3 changes: 1 addition & 2 deletions codal.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
},
"config":{
"MICROBIT_BLE_ENABLED" : 0,
"MICROBIT_BLE_PAIRING_MODE": 0,
"CONFIG_MICROBIT_ERASE_USER_DATA_ON_REFLASH": 1
"MICROBIT_BLE_PAIRING_MODE": 0
}
}
1 change: 0 additions & 1 deletion source/samples/BLETest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ void ble_test()
//
// codal.json contains various Bluetooth related properties some of which are explained here:
//
// "SOFTDEVICE_PRESENT": 1 Determines whether the build contains softdevice
// "DEVICE_BLE": 1 Determines whether BLE is enabled
// "MICROBIT_BLE_ENABLED" : 1 Determines whether BLE is enabled
// "MICROBIT_BLE_PAIRING_MODE": 1 Determines whether Pairing Mode is enabled
Expand Down

0 comments on commit c2691cc

Please sign in to comment.