Various updates (#60)

- update lvgl to v9.2.0
- update esp_lvgl_port to v2.3.3
- various code correctness improvements
This commit is contained in:
Ken Van Hoeylandt
2024-10-19 22:52:08 +02:00
committed by GitHub
parent 5f8149c198
commit a8a664703b
49 changed files with 2327 additions and 693 deletions
+1 -5
View File
@@ -46,11 +46,7 @@ bool tt_sdcard_mount(const SdCard* sdcard) {
.sdcard = sdcard
};
sdcard_unlock();
if (data.context != NULL) {
return true;
} else {
return false;
}
return (data.context != NULL);
} else {
TT_LOG_E(TAG, "Failed to lock");
return false;