fix boot folder remapping

This commit is contained in:
Ace
2024-07-18 01:43:25 +02:00
parent 1d9bf8e22e
commit f4fee0e31f
2 changed files with 13 additions and 7 deletions

View File

@@ -18,3 +18,5 @@ class Settings:
PARALLEL_DRIVER_PATH = os.path.join(basedir, "display", "drivers", "parallel_drivers")
TEMPORARY_FOLDER = os.path.join(basedir, "tmp")
VCOM = "2.0"
# /boot/settings.json is path on older releases, while the latter is more the more recent ones
SETTINGS_JSON_PATHS = ["/boot/settings.json", "/boot/firmware/settings.json"]