Various fixes and improvements (#424)
- Read WiFi provisioning from /data - Fix for finding apps at /data - Expose more LVGL functions with TactilityC
This commit is contained in:
@@ -283,7 +283,7 @@ void prepareFileSystems() {
|
||||
|
||||
void registerApps() {
|
||||
registerInternalApps();
|
||||
auto data_apps_path = std::format("{}/apps", file::MOUNT_POINT_DATA);
|
||||
auto data_apps_path = std::format("{}/app", file::MOUNT_POINT_DATA);
|
||||
if (file::isDirectory(data_apps_path)) {
|
||||
registerInstalledApps(data_apps_path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user