Ron Evans
Ron Evans
Seems like a good idea. A PR that added this would be gladly accepted.
Yes, please, and thanks!
Also, needs `go fmt` run on the changed files, please.
Hi @triberraar if what you want to do is immediately terminate your Gobot program after running, instead of continuing to run and await commands and events, you can pass `false`...
Hello @zerok we will keep you posted as soon as we release this capability...
Hello @tux-eithel thanks you for looking at this. I think you are absolutely correct, the `Halt()` of a `Driver` is only supposed to cleanup after itself, not close anything on...
Hi @theoretick I think your assessment sound correct regarding Firmata on the ESP32. Probably everything that applies to using the ESP8266 would be the same for the ESP32 if using...
Hello @Brownie79 first of all, thanks for your contribution. I changed the branch on the PR to `dev` as documented here: https://github.com/hybridgroup/gobot/blob/master/CONTRIBUTING.md#general-guidelines We also just merged a fix for the...
I think it is an excellent idea.
Hi @rkjdid thanks for your thoughts. The idea, perhaps not well expressed, is that in most cases, what you want is for your Gobot code to run indefinately, letting the...