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.
1 parent efcf545 commit 137d067Copy full SHA for 137d067
SimpleApp.cpp
@@ -51,7 +51,7 @@ int main()
51
// then mark the update as successful. Here we let the user press a button.
52
tr_info("Press the button to confirm, or reboot to revert the update");
53
54
- while (DEMO_BUTTON_IS_PRESSED)
+ while(!DEMO_BUTTON_IS_PRESSED)
55
{
56
ThisThread::sleep_for(10ms);
57
}
mbed_app.json5
@@ -23,8 +23,8 @@
23
"mcuboot.log-level": "MCUBOOT_LOG_LEVEL_DEBUG",
24
"mbed-trace.enable": true,
25
26
- // Change to true to enable encryption of the image
27
- "mcuboot.encrypt-rsa": false
+ // Uncomment to enable encryption of the image
+ // "mcuboot.encrypt-rsa": true
28
},
29
// "NRF52840_DK": {
30
// "demo-button-active-low": true,
0 commit comments