Yannis
Yannis
is Rend working on OSX? What are the steps required to make it compatible? Thanks.
Currently RC input is always considered. This causes problems if more than one controllers are connected. Either change input handling to take the sum of all controls, or introduce a...
User should be able to download current session data through the web UI.
The installation script should ask the user whether to install system-wide packages or not. Currently packages must be installed manually.
It is challenging to support Raspirobot, due to it's non-standard connections to Pi. Move submodule and relevant driver code to a separate branch that users of Raspirobot can clone and...
So that when using a smartphone user can control Burro steering by tilting their device, and when using a computer with a gamepad. - [ ] Gamepad Control - [...
Add driver support for Raspberry's native hardware PWM generators. This should allow driving several other boards based on that with ease.
The minify procedure described [here](https://github.com/cotestatnt/esp-fs-webserver/tree/master/built-in-webpages) generates the following erroneous header: #define SETUP_HTML_SIZE xxxx static const unsigned char SETUP_HTML[] PROGMEM = { ... whereas it should be: #define SETUP_HTML_SIZE xxxx static...
Add the Spacebridge-MCP server, part of [spacebridge.io](https://spacebridge.io)