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:
committed by
GitHub
parent
5f8149c198
commit
a8a664703b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user