mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: firmware bootloader ota warnings (#3846)
This commit is contained in:
parent
b18ad56113
commit
d4a30c0b24
8 changed files with 253 additions and 30 deletions
|
|
@ -72,6 +72,8 @@ fun DeviceHardwareEntity.asExternalModel() = DeviceHardware(
|
|||
partitionScheme = partitionScheme,
|
||||
platformioTarget = platformioTarget,
|
||||
requiresDfu = requiresDfu,
|
||||
requiresBootloaderUpgradeForOta = null,
|
||||
bootloaderInfoUrl = null,
|
||||
supportLevel = supportLevel,
|
||||
tags = tags,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue