feat: firmware bootloader ota warnings (#3846)

This commit is contained in:
Mac DeCourcy 2025-11-28 20:17:40 -08:00 committed by GitHub
parent b18ad56113
commit d4a30c0b24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 253 additions and 30 deletions

View file

@ -72,6 +72,8 @@ fun DeviceHardwareEntity.asExternalModel() = DeviceHardware(
partitionScheme = partitionScheme,
platformioTarget = platformioTarget,
requiresDfu = requiresDfu,
requiresBootloaderUpgradeForOta = null,
bootloaderInfoUrl = null,
supportLevel = supportLevel,
tags = tags,
)