Skip to content

Commit b2fe296

Browse files
committed
renamed example config file
1 parent 1ac48e4 commit b2fe296

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

openscan_firmware/controllers/device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ async def initialize(config: dict = _scanner_device.model_dump(mode='json'), det
551551
if _scanner_device.startup_mode == ScannerStartupMode.STARTUP_ENABLED:
552552
_scanner_device._idle = True
553553
logger.info("Starting in active mode.")
554-
resumeFromIdle()
554+
await resumeFromIdle()
555555
else:
556556
_scanner_device._idle = False
557557
logger.info("Starting in idle mode.")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "OpenScan.eu MicioMax",
2+
"name": "Custom device by MicioMax",
33
"model": "custom",
44
"shield": "custom",
55
"cameras": {},

0 commit comments

Comments
 (0)