File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -483,11 +483,12 @@ def _diet_pi_id(self) -> Optional[str]:
483
483
if "OrangePi 4" in board_value :
484
484
return boards .ORANGE_PI_4
485
485
return None
486
-
486
+
487
487
def _ameridroid_id (self ) -> Optional [str ]:
488
488
board_value = self .detector .get_device_model ().upper ()
489
489
if "INDIEDROID NOVA" in board_value :
490
490
return boards .INDIEDROID_NOVA
491
+ return None
491
492
492
493
def _orange_pi_id (self ) -> Optional [str ]:
493
494
board_value = self .detector .get_device_model ()
@@ -947,7 +948,7 @@ def any_raspberry_pi_cm(self) -> bool:
947
948
def any_beaglebone (self ) -> bool :
948
949
"""Check whether the current board is any Beaglebone-family system."""
949
950
return self .id in boards ._BEAGLEBONE_IDS
950
-
951
+
951
952
@property
952
953
def any_ameridroid (self ) -> bool :
953
954
"""Check whether the current board is any Ameridroid device."""
You can’t perform that action at this time.
0 commit comments