Matt McWilliams
|
bc081cfe63
|
Correct lib jsdocs in modules. Update tests to catch new error in mscript.
|
2024-05-24 15:23:58 -04:00 |
Matt McWilliams
|
b21b899303
|
Re-enabled tests. Re-enabled docs build (jsdocs are very out of date). Removed several any types and created types for Config
|
2024-05-23 23:36:51 -04:00 |
Matt McWilliams
|
5d31bf0020
|
Ported main.js to TypeScript. Rewrote all imports and replaced with class constructors, not require()().
|
2024-05-23 20:51:35 -04:00 |
Matt McWilliams
|
91ad944c46
|
Removed several uses of any and added types to System module.
|
2024-05-23 19:54:42 -04:00 |
Matt McWilliams
|
cb63194fc6
|
All known classes have types exported and imported into dependent modules. This has already caught a class of bugs. Removing references to any will catch another.
|
2024-05-23 18:49:18 -04:00 |
Matt McWilliams
|
7e24c70454
|
Re-write of log module to use export properly (in Typescript) and include the winston types for Logger. Will repeat this step with all of the remaining modules that are declared 'any' type and miss out on the benefits of using Typescript in the first place.
|
2024-05-19 18:14:33 -04:00 |
Matt McWilliams
|
a9f20ebf36
|
Remove extraneous log lines from arduino. Device is printed by send() and also sendAsync is called by send and logs the same information. Removed.
|
2024-05-19 17:11:31 -04:00 |
Matt McWilliams
|
ed767aedb5
|
Recompile with newer modules.
|
2024-04-06 19:09:50 -04:00 |
Matt McWilliams
|
08ce0d792b
|
Fix for case where this.confirmExec is not a function
|
2023-10-08 18:15:31 -04:00 |
Matt McWilliams
|
c4119ab7cc
|
Manual merge from capper branch: all changes to arduino library with some improvements.
|
2023-08-06 14:56:42 -04:00 |
Matt McWilliams
|
dac720863d
|
Resolves #80 and #81. UI will need a little cleanup. There is some string concatenation happening where it shouldn't.
|
2023-07-30 22:13:50 -04:00 |
Matt McWilliams
|
a173cf0d7c
|
WIP
|
2023-07-23 20:00:42 -04:00 |
Matt McWilliams
|
fb51716e3a
|
All work
|
2023-07-14 21:13:04 -04:00 |
Matt McWilliams
|
0cc167b3a6
|
Incredibly close to #80 and #81. Can get state confirmation at startup. Can send exposure string and get confirmation after. Cannot get state outside of initial confirmation. Something is either locked or failing to wait?
|
2023-07-10 22:33:16 -04:00 |
Matt McWilliams
|
58ce079330
|
Both components are working properly.
|
2023-07-04 22:46:37 -04:00 |
Matt McWilliams
|
c0d6cbccec
|
Can now detect if state is available on a device
|
2023-06-17 17:57:30 -04:00 |
Matt McWilliams
|
71e4bea384
|
Preliminary state support in arduino library. Currently confirms the negative state. Might want to push it until after verify, out of enumerate.
|
2023-06-16 23:04:16 -04:00 |
Matt McWilliams
|
83aa3099c4
|
Update the settings page with time for projector and camera actions
|
2023-06-16 22:07:53 -04:00 |
Matt McWilliams
|
672db32917
|
Put in place changes needed to receive a string from an arduino
|
2023-06-12 22:45:25 -04:00 |
Matthew McWilliams
|
70c2c695f0
|
All capper work. Need to wrap all actions in the 'b' command and push functionality to a lower level to prevent unneeded complexity.
|
2022-07-13 15:21:26 -04:00 |
Matt McWilliams
|
585c47d6c7
|
Allow capper identifier in list of acceptable responses.
|
2022-06-13 08:08:42 -04:00 |
Matt McWilliams
|
f585aa2a5a
|
Upgrade electron 11 -> 19 (huge jump). Install new remote module to preserve legacy communication protocol.
|
2022-06-04 11:11:23 -04:00 |
Matt McWilliams
|
8c14a06b96
|
Removed naked console.log statements that were used to debug a serial issue. If needed they can be re-added to the actual log library.
|
2021-03-19 12:10:07 -04:00 |
sixteenmillimeter
|
e84f1ce8ff
|
Add additional logging
|
2020-10-03 21:33:45 -04:00 |
sixteenmillimeter
|
7c9543239e
|
Rest of last commit. Renderer js
|
2020-09-29 13:57:59 -04:00 |
sixteenmillimeter
|
7c61af7043
|
Added logging to the arduino module to list all connected devices.
|
2020-08-18 14:20:43 -04:00 |
sixteenmillimeter
|
f02782d4da
|
Increment build to 1.6.4. Re-package and deploy for mac
|
2020-08-09 23:39:52 -04:00 |
mmcwilliams
|
4c8c2b66f3
|
Serialport library was updated and changed to Promise-based returns from callbacks as was being used in the arduino lib.
|
2019-12-18 17:17:48 -05:00 |
mmcwilliams
|
6442d99817
|
Update delay, exec and exit usage and require statments.
|
2019-06-08 21:43:14 -04:00 |
mmcw-dev
|
b33ef36ab4
|
Work on multiple device UI
|
2019-04-16 10:01:42 -04:00 |
mmcwilliams
|
7a52bc7c6e
|
Secondary projector and secondary camera behaviors have been added to the main process. This is not represented in the UI... yet. All renderer code is still in flux.
|
2019-04-04 18:49:07 -04:00 |
mmcwilliams
|
48e8415ee4
|
Rename all keys to full "camera_" vs "cam_" and "projector_" vs "proj_" for consistency across the app.
Successfully separate and refactor gui.grid object to gui.
|
2019-03-21 21:02:28 -04:00 |
mmcwilliams
|
fc3cc96cd8
|
Use the import Log = require() method of including log lib. This is cleaner and easier to read when parsing dependencies.
|
2019-03-21 18:03:53 -04:00 |
mmcwilliams
|
ea91ea5ff5
|
Remove console logging from arduino lib. Reject or throw to log errors
|
2019-03-21 15:59:50 -04:00 |
mmcwilliams
|
91ee19f2ab
|
Add correct alias strings to arduino lib
|
2019-03-21 15:56:33 -04:00 |
mmcwilliams
|
c276525d3a
|
Refactor arduino library as a class, using Typescript now.
|
2019-03-21 14:58:52 -04:00 |
mmcwilliams
|
46da2e6541
|
Add the new firmware identifiers as accepted responses. Also add text identifiers for firmware identified as the 4 new types.
|
2019-03-18 17:21:17 -04:00 |
mmcwilliams
|
ede29216f7
|
Update arduino lib in app and cli
|
2019-03-08 22:32:25 -05:00 |
mmcwilliams
|
aa5bbfc9fd
|
Port shared modules to typescript. Migrate shared modules first, then look at individual needs of sub-projects.
|
2019-03-04 22:09:12 -05:00 |