Chaos
Chaos
Still in 1.8.16. Re-starting helped as described.
I'd like to add here that for a true multi-account client, something like a merged home time line and an account selection right from the compose pane would be super...
You can have a look in the main loop in my fork in the uart-fix branch of you want to get starting. That's working balancing code for a onewheel. The...
This is the code in the main.c main loop that does the balancing. `sensor_data.complete.Angle` is the angle of the board. I'm getting this from the sensor boards with stock firmware,...
@vfear Sorry. I wish it were different, but recently I had no time to work on the project. I need to fix a HW issue with the step-on sensors first...
I'm doing a similar project and I'm facing the same issue. Sensitivity of the original firmware isn't high enough for this use case. I'd even like to change from "lean...
My workround btw is to additionally serve the OMV web interface on a second port, so I can use that second port in the remote config.
Subscribing here to watch for development of folders/multiple lists per calendar. At the moment, subtasks could be used to implement a hierarchy, but OpenTasks does not support them (or, better:...
For subtasking I think using the RELATE-TO field as you already do is a good solution. But you are right that it's not part of RFC4791 and it still awaits...
python-meteor is a EVENT DRIVEN DDP client. python-ddp is just a DDP client. python-meteor USES and is BUILD UPON python-dpp. You'll need to install python-dpp to use python-meteor. (But pip...