mirror of
https://github.com/immich-app/immich.git
synced 2025-07-07 18:24:10 -04:00
update supported SOCs
This commit is contained in:
parent
32f3707e52
commit
1653cd9cd7
@ -9,7 +9,7 @@ from typing import Callable
|
|||||||
from numpy.typing import NDArray
|
from numpy.typing import NDArray
|
||||||
from app.config import log
|
from app.config import log
|
||||||
|
|
||||||
supported_socs = ["rk3562", "rk3566", "rk3568", "rk3576", "rk3588"]
|
supported_socs = ["rk3566", "rk3588"]
|
||||||
coremask_supported_socs = ["rk3576","rk3588"]
|
coremask_supported_socs = ["rk3576","rk3588"]
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user