update firmware api with more endpoints and parse firmware image headers

This commit is contained in:
Laura Klünder 2023-11-17 18:56:47 +01:00
parent 2d97f9bb87
commit 14e39b2377
6 changed files with 209 additions and 43 deletions

View file

@ -10,7 +10,7 @@ from rest_framework.status import HTTP_201_CREATED
from rest_framework.viewsets import ReadOnlyModelViewSet
from c3nav.control.models import UserPermissions
from c3nav.mesh.messages import ChipType
from c3nav.mesh.dataformats import ChipType
from c3nav.mesh.models import FirmwareVersion