Skip to content

Commit 6ebd546

Browse files
committed
pull firmware
1 parent 6c56904 commit 6ebd546

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

firmware.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[FIRMWARE]
2-
firmware_version=3221611f
3-
firmware_date=2024-03-12
4-
firmware_sha=3221611f98c94f471802a0835a3084a3138a4771
2+
firmware_version=8728fa50
3+
firmware_date=2024-03-26
4+
firmware_sha=8728fa50951091a698cdafd7f12833cd5cfe0231
55
proto_version=041bfba2
66
proto_date=2024-03-11
77
proto_sha=041bfba27b044b143cfc907c152cf25509c3274a

test/test_block_backup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async def lifespan(app: FastAPI):
2626

2727

2828
@pytest.fixture
29-
def app() -> FastAPI():
29+
def app() -> FastAPI:
3030
config = utils.get_config()
3131
config.backup_interval = timedelta(milliseconds=1)
3232
config.backup_retry_interval = timedelta(milliseconds=1)

0 commit comments

Comments
 (0)