mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
mjs: minor fixes (#3442)
* lib: mjs: removed relocation flags * js: fixed api example script * js: private api cleanup * Updated CODEOWNERS & readme for apps
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
let math = load("/ext/apps/Scripts/api.js");
|
||||
let math = load("/ext/apps/Scripts/load_api.js");
|
||||
let result = math.add(5, 10);
|
||||
print(result);
|
||||
Reference in New Issue
Block a user