mirror of https://github.com/espruino/BangleApps
fastload - Add warning about automatic reload apploader option
parent
eeb3392538
commit
97ebafb046
|
@ -1,11 +1,17 @@
|
||||||
|
#### ⚠️EXPERIMENTAL⚠️
|
||||||
|
|
||||||
# Fastload Utils
|
# Fastload Utils
|
||||||
|
|
||||||
*EXPERIMENTAL* Use this with caution. When you find something misbehaving please check if the problem actually persists when removing this app.
|
Use this with caution. When you find something misbehaving please check if the problem actually persists when removing this app.
|
||||||
|
|
||||||
This allows fast loading of all apps with two conditions:
|
This allows fast loading of all apps with two conditions:
|
||||||
* Loaded app contains `Bangle.loadWidgets`. This is needed to prevent problems with apps not expecting widgets to be already loaded.
|
* Loaded app contains `Bangle.loadWidgets`. This is needed to prevent problems with apps not expecting widgets to be already loaded.
|
||||||
* Current app can be removed completely from RAM.
|
* Current app can be removed completely from RAM.
|
||||||
|
|
||||||
|
#### ⚠️ KNOWN ISSUES ⚠️
|
||||||
|
|
||||||
|
* Fastload currently does not play nice with the automatic reload option of the apploader. App installs and upgrades are unreliable since the fastload causes code to run after reset and interfere with the upload process.
|
||||||
|
|
||||||
## Settings
|
## Settings
|
||||||
|
|
||||||
* Activate app history and navigate back through recent apps instead of immediately loading the clock face
|
* Activate app history and navigate back through recent apps instead of immediately loading the clock face
|
||||||
|
|
Loading…
Reference in New Issue