JS: C define to move JS runner to flash (still external for now)

This commit is contained in:
Willy-JL
2024-10-18 02:56:06 +01:00
parent d26bed5c58
commit ba74e953c4
3 changed files with 10 additions and 0 deletions

View File

@@ -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;