When flashing a new firmware release, the bootloader version check was not able to recognize that 2024.2.0 was the same version as 2024.2. This caused the bootloader and softdevice to be flashed even when not needed.
This PR fixes the version comparison by using packaging.version to do the version comparison.
When flashing a new firmware release, the bootloader version check was not able to recognize that 2024.2.0 was the same version as 2024.2. This caused the bootloader and softdevice to be flashed even when not needed.
This PR fixes the version comparison by using
packaging.version
to do the version comparison.