Peter Feerick
Peter Feerick
Resolves #776 Needs corresponding update to luadocs
Resolves #774 Needs corresponding update to luadocs
In looking at #236, I noticed that the TX16S doesn't have power on or splash screen delay settings... I don't know if the former is possible, but some people would...
It looks like the input for 'Pwr Off delay' has a limited range of options - 0s, 1s, 2s and 3s - or at least it does on the Radiomaster...
Fixes #1567 Summary of changes: - implements UI for internal/external antenna selection Still WiP, USE AT YOUR OWN RISK! (aka have both antenna fitted until this warning removed).
As a follow on to https://github.com/platformio/platform-atmelavr/issues/173, a feature request: Can `upload_port` take `usb` as an option, so that instead of setting `upload_flags = -Pusb` to set the port, `upload_flags =...
Depending on what board you use, it seems platformio's logic *expects* `upload_port` to be set, and be a port it can access (on linux, at least). i.e. With the following,...
In the process of porting a project written by someone else from Arduino IDE to PlatformIO, and hit a snag with `UdpContext.h:539:34: error: 'DEBUGV' was not declared in this scope`...
Corrects the `configrue` instead of `configure` typo that is present in most if not all the install scripts. Basically a quick application of `for i in *; do sed -i...
As http://ryandowning.net/PersWiFiManager has been non-functional for quite some time now, better to point to the Github Pages copy of the documentation available as part of the gh-pages branch. Fixes #29,...