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 e2eed40 + 6e8bc21 commit 349779dCopy full SHA for 349779d
src/factorysetup.c
@@ -512,13 +512,6 @@ static ble_error_code_t _setup_ble(void)
512
return BLE_ERR_FW_NOT_ALLOWED;
513
}
514
515
- // BLE already setup, no need to repeat it. This saves a lot of time when repeating the
516
- // factorysetup of a device, as then we can skip the time-consuming chip erase below.
517
- if (_verify_ble(ble_fw_hash, checksum) == BLE_OK) {
518
- screen_print_debug("Skipping BLE setup.\nAlready done.", 0);
519
- return BLE_OK;
520
- }
521
-
522
spi_mem_protected_area_unlock();
523
524
// Erase chip.
0 commit comments