display backlight and bluetooth reference counting (#639)

This commit is contained in:
Ken Van Hoeylandt
2026-08-29 23:37:31 +02:00
committed by GitHub
parent 19b11eb9a8
commit 64fb1a9f52
16 changed files with 80 additions and 33 deletions
+1
View File
@@ -99,6 +99,7 @@ void setupDisplay() {
} else {
LOG_E(TAG, "Failed to set brightness of %s", backlight->name);
}
device_put(backlight);
} else {
LOG_I(TAG, "No backlight for %s", display->name);
}