mirror of https://github.com/espruino/BangleApps
attempt to upload subjects.txt
parent
ac5c80ff38
commit
700760ff1e
|
@ -20,9 +20,10 @@
|
||||||
// send finished app (in addition to contents of app.json)
|
// send finished app (in addition to contents of app.json)
|
||||||
sendCustomizedApp({
|
sendCustomizedApp({
|
||||||
storage:[
|
storage:[
|
||||||
{name:"subjects.txt"},
|
{name:"subjects.txt", url:"subjects.txt", content:app},
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
console.log("Sent homework.subjects.txt!");
|
||||||
});
|
});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue