Peter Feerick
Peter Feerick
Using `betaflight_4.4.0_STM32F411SX1280_1224b7c.hex` flew Crux3 NLR for 30+ mins over two batteries with only the expected LQ warnings (and no dropouts). Flew the Meteor75 with same build two days ago for...
@gnalbandian I think the main reason to use an asynchronous version is when you want to use the `ESPAsyncWebServer` web server in your main code, rather than being restricted to...
Duplicate of #29. There is a link to a copy of the documentation in the issue, and a PR to have it added to the repo.
It has been for a few weeks at least now. In the mean time, a not pretty copy of the documentation is on the wayback machine... https://web.archive.org/web/20180813014444/http://ryandowning.net/PersWiFiManager/
I've also just done a PR with a markdown doc containing the V3 documentation from the site... #30 You can see it better here : https://github.com/r-downing/PersWiFiManager/blob/8f9c36e921b286655b54da842bdde83b37752377/api-reference.md
Fantastic! Now that I see it again, I actually think either the [documentation URL in the readme](http://ryandowning.net/PersWiFiManager) re-directed to that, or a copy of that was hosted on his own...
This sounds like the multi-board issue that was raised on the forum, which stems from the Teensy Loader not allowing a port to be specified, hence any port you specify...
> our team now uses PIO for builds and tycmd for uploads. Did you just do an extra_script that overrides the `UPLOAD_CMD` or did you add in a [custom upload...
Sorry, was editing my prior comment, and didn't realise it was tagging you instead of yosemitebandit. Anyway, see above for one possible way to 'integrate' tycmd ...
Yeah, finally got around to trying it myself... `upload_flags = --board "1610490-Teensy"` doesn't work because it becomes `tycmd.exe upload "--board "1610490-Teensy"" .pio\build\teensy40\firmware.hex` and whilst tycmd correctly parses it, it seems...