Skip to content

[quicklaunch] use launch_utils to allow fast loading - #4270

Draft
thyttan wants to merge 8 commits into
espruino:masterfrom
thyttan:quicklaunch
Draft

[quicklaunch] use launch_utils to allow fast loading#4270
thyttan wants to merge 8 commits into
espruino:masterfrom
thyttan:quicklaunch

Conversation

@thyttan

@thyttan thyttan commented Jun 27, 2026

Copy link
Copy Markdown
Collaborator

WIP

thyttan added 4 commits June 28, 2026 00:53
The method takes an array of apps to check, then updates their entries in
`launch.cache.json` and returns that updated launcher cache. The following
example shows how this can be used to update widget info for all apps at once.

```
var launchCache = require("launch_utils").cache({showClocks:true,showLaunchers:true});
launchCache = require("launch_utils").cacheWidgetsCheck(launchCache.apps);
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant