improve some mesh ui, show more details
This commit is contained in:
parent
394450f4a3
commit
7bc7c5dbc9
5 changed files with 52 additions and 22 deletions
|
@ -194,6 +194,9 @@ class MeshNode(models.Model):
|
|||
sha256_hash=firmware_msg.app_desc.app_elf_sha256,
|
||||
)
|
||||
|
||||
# overriden by prefetch_firmwares()
|
||||
firmware_desc = None
|
||||
|
||||
@cached_property
|
||||
def chip(self) -> ChipType:
|
||||
return self.last_messages[MeshMessageType.CONFIG_HARDWARE].parsed.chip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue