Dmitriy Shafranskiy

Results 35 comments of Dmitriy Shafranskiy

This should do a trick: https://github.com/Hieromon/AutoConnect

Another approach would be in using platformio `build_flags` & [github_secrets][secrets]: ``` build_flags = -D 'WIFI_SERVER_AP_NAME="${sysenv.WIFI_SERVER_AP_NAME}"' ``` [secrets]: https://docs.github.com/en/actions/reference/encrypted-secrets

This issue is very confusing, I cannot pin it out to something specific. I have few ESP's - one fails due to PING, another due to Tomcat memory leak.

@evert-arias thanks for comment! I've found something similar that is already implemented [here](https://github.com/sudar/JoystickShield). It has calibration (3.3v and 5v) value detection and implementation itself. (Beerware license) Maybe there can be...

It would be much more convinient to do a `docker-compose` with PostgreSQL. And you can export demo site to .sql files (from normal installation) and then import them inside database...

Well using docker image for composer:1.9.3 causes issues with packages: ``` Problem 1 - Installation request for fr3d/ldap-bundle dev-master -> satisfiable by fr3d/ldap-bundle[dev-master]. - fr3d/ldap-bundle dev-master requires ext-ldap * ->...

> Depending on the amount of lines we can squash it (if it's just a concise config or 2 that would be fine). > Separate Dockerfile.yml and docker-compose.yml would be...

Well I pretty much have the same issue - my password is 60+ characters long and i'm not able to set it up using sound prompt. I had to use...

Thanks for manual @kruzer . I created a hotspot wifi on my laptop & followed your instructions. I would also add - if you want to switch wifi name -...

Maybe you can flash firmware with Debug options on ? With that `manual mode` option checked and filled options from https://github.com/ExpressLRS/ExpressLRS/blob/master/src/user_defines.txt it'll give more info to troubleshoot.