diff options
author | xengineering <me@xengineering.eu> | 2025-04-12 12:21:54 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-04-12 12:21:54 +0200 |
commit | 015972d873627466bd7e40f8d5dbb5951fb0f36a (patch) | |
tree | c6876174af5f61882f558c6869a6d263dec5b8c5 | |
parent | 3b857fd34c9e92eed346b7ea73706f50a193fe14 (diff) | |
download | iot-contact-015972d873627466bd7e40f8d5dbb5951fb0f36a.tar iot-contact-015972d873627466bd7e40f8d5dbb5951fb0f36a.tar.zst iot-contact-015972d873627466bd7e40f8d5dbb5951fb0f36a.zip |
This got lost during development but is an important option to
compensate the hardware issues present on Nucleo F767ZI.
-rw-r--r-- | fw/app/boards/nucleo_f767zi.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fw/app/boards/nucleo_f767zi.conf b/fw/app/boards/nucleo_f767zi.conf index 7f92421..ca69a03 100644 --- a/fw/app/boards/nucleo_f767zi.conf +++ b/fw/app/boards/nucleo_f767zi.conf @@ -3,6 +3,7 @@ # obtain one at https://mozilla.org/MPL/2.0/. CONFIG_IOT_CONTACT_REMOTE_UPDATE=y +CONFIG_IOT_CONTACT_NETWORK_HACK=y CONFIG_BOOTLOADER_MCUBOOT=y |