mirror of https://github.com/espruino/BangleApps
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
|
(function(back) {
|
||
|
// just go right to our app - we need all the memory
|
||
|
load("gpsrec.app.js");
|
||
|
})();
|