mcopy/app
mmcw-dev ce6e450b44 To preserve the light functionality, the light command needed to have its await statements re-organized. Issue was that light values issued to the firmware take the form of sending the character "l" and then the rgb value of the light "255,255,255" and so forth. Then the program responds with the "l" to confirm the end of the command. Because of the change within the arduino library, to treat the arduino.send() method as an async function, the program was locking up waiting for the "l" response before it could send the rgb value string. 2018-03-15 12:08:23 -04:00
..
assets/icons New icons 2018-03-14 23:15:01 -04:00
css app.css updated from seq.less change 2018-03-15 11:55:58 -04:00
data Save devices state 2018-02-01 14:52:47 -05:00
fonts Fixed font-awesome 2016-04-13 17:36:12 -04:00
js mse.mscript and mse.console for mscript editor features. 2018-03-05 13:27:00 -05:00
less All UI update for new mscript features 2018-03-14 23:17:42 -04:00
lib Testing issue with light.js and the new async/await functions in main.js. Fundamental breakdown in light functionality that isn't occuring in proj.js. Ok I am just figuring out the issue as I type this, damnit. 2018-03-15 11:55:10 -04:00
src Migrate mscript functions into their own source file 2018-03-04 23:55:31 -05:00
tests Add mscript tests 2016-04-12 00:21:31 -04:00
.gitignore Hardcode cfg.json with all the new command characters. 2018-01-09 23:02:47 -05:00
Readme.md Add placeholder docs app 2018-03-15 10:23:03 -04:00
build_linux.sh Use local binaries, not global ones, in build scripts 2018-01-09 12:35:50 -05:00
build_mac.sh Update build mac script 2018-03-14 23:43:42 -04:00
build_win.js Build windows .msi script 2018-01-30 04:08:35 -05:00
build_win.sh Target correct icon path 2018-03-15 11:23:36 -04:00
gulpfile.js Stop building app with mscript.js, gets required by index.js 2018-01-05 15:47:54 -05:00
icons.sh Placeholder icons and script for app icon. Windows is still not working, investigate the conversion step to see whether or not it is generating a valid icon. 2018-01-06 17:49:58 -05:00
index.html All UI update for new mscript features 2018-03-14 23:17:42 -04:00
install.sh No longer need logs directory locally. 2018-01-09 23:36:56 -05:00
main.js To preserve the light functionality, the light command needed to have its await statements re-organized. Issue was that light values issued to the firmware take the form of sending the character "l" and then the rgb value of the light "255,255,255" and so forth. Then the program responds with the "l" to confirm the end of the command. Because of the change within the arduino library, to treat the arduino.send() method as an async function, the program was locking up waiting for the "l" response before it could send the rgb value string. 2018-03-15 12:08:23 -04:00
package-lock.json Run from local binaries, not globals 2018-03-15 11:23:23 -04:00
package.json Run from local binaries, not globals 2018-03-15 11:23:23 -04:00

Readme.md

mcopy desktop app

  1. Installation

Installation

The mcopy desktop app can be either installed from a binary (on Mac)

Mac

Linux

Windows