Set the boot_in_app flag according to the file extension
Description
This PR sets the boot_in_app flag according to the file extension
Fixes # INGM-447
Type of change
[x] Sets the boot_in_app flag according to the file extension
[x] Change 2 (description)
Tests
[x] Test the load FW using the unreleased FoE application.
[x] Run tests.
Please describe the tests that you ran to verify your changes if it applies.
Documentation
Please update the documentation.
[x] Update docstrings of every function, method or class that change.
[x] USe type hints for every function and argument.
[x] Build documentation locally to verify changes.
[x] Add the changes at the [Unreleased] section of the CHANGELOG.
Code formatting
[x] Use black package to format the code: black -l 100 ingeniamotion tests. It is recommended to configure the code editor to automatically format the code using black with a max length line of 100.
Set the boot_in_app flag according to the file extension
Description
This PR sets the boot_in_app flag according to the file extension
Fixes # INGM-447
Type of change
Tests
Please describe the tests that you ran to verify your changes if it applies.
Documentation
Please update the documentation.
[Unreleased]
section of the CHANGELOG.Code formatting
black -l 100 ingeniamotion tests
. It is recommended to configure the code editor to automatically format the code using black with a max length line of 100.Others