change default for tuned

This commit is contained in:
John-Paul Compagnone
2024-06-11 11:28:28 -04:00
parent 5a09ddcb04
commit a458adc45f

View File

@@ -45,7 +45,7 @@ class HashBoard:
expected_chips: int = None
serial_number: str = None
missing: bool = True
tuned: bool = True
tuned: bool = None
voltage: float = None
def get(self, __key: str, default: Any = None):