Cmdr. Emily

Results 5 issues of Cmdr. Emily

Hi, I had the plugin working at one point and tried to update, now the plugin won't load. I've used the installer, uninstalled and reinstalled no change. From the log:...

On page 238 of the Trident assembly manual, the instructions show the PE being connected to the frame without further instruction. While it is correct from an electrical safety standards...

The documentation notes "don't power the Pi from the Octopus as it's more tedious (due to power cycles)" and that there are two power cycles of the BTT board. It's...

I would like to use code like the following: ``` while(!done){ if(!socket.is_valid()){ socket = socket(...); } else if(!socket.connected()){ // exponential backoff logic socket.connect(); } else { // run network protocol...

https://github.com/Ybalrid/kissnet/blob/db6ffba66a80eb049a5b6157e2af823f3c497a56/kissnet.hpp#L1024 It seems like an else{} branch with an error situation is missing here and causing compile time warnings.