mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 07:48:35 -07:00
JS: C define to move JS runner to flash (still external for now)
This commit is contained in:
@@ -11,7 +11,11 @@
|
||||
|
||||
#define TAG "LoaderApplications"
|
||||
|
||||
#ifdef JS_RUNNER_FAP
|
||||
#define JS_RUNNER_APP EXT_PATH("apps/assets/js_app.fap")
|
||||
#else
|
||||
#define JS_RUNNER_APP "JS Runner"
|
||||
#endif
|
||||
|
||||
struct LoaderApplications {
|
||||
FuriThread* thread;
|
||||
|
||||
Reference in New Issue
Block a user