Károly Kiripolszky
Károly Kiripolszky
I tried supplied example, but gives me error liek this: `Unknown function is not an object in anonymous class` How to resolve?
This is one possible solution for issue #41. Though I think this could be done more elegantly by refactoring the SoundCloundClient class.
This is a UI component for selecting throttle value in the motor setup dialogs. Currently it is not functional in the sense that throttle value changes do not take effect...
I could flash the FW for the blue board from the other repo ([H8mini_blue_board](https://github.com/silver13/H8mini_blue_board)), but this doesn't seem to work. Is there a dual mode version which works with a...
We can postpone the downloading of the board info on script startup, because it is only used for the "System / motor" menu. This PR adds a confirmation dialog which...
Follow up PR on #495. Please merge #495 first, because it contains the parent commit.
This PR extends the `MSP_BUILD_INFO` command response with a few bytes as a way to make the firmware able to communicate the build options it was built with to clients,...
I use the unminified version (`src/lasca.js`) for development and it lacks a couple of `var` statements, for eg. look here: https://github.com/Teradata/lasca/blob/master/src/lasca.js#L313 This is causing `ReferenceError` therefore the code cannot execute.