Hello,
After setting up a Chicken and a Chicken Man, I am facing a problem that I can't solve.
The access point of the Chicken is well created and visible, the password is correctly retrieved by the Chicken Man, but he can't connect to it.
The problem does not seem to come from the client: by replacing WiFi.begin(ssid.c_str(), password.c_str()); with the bssid and password of my router, it returns SUCCESS \o/.
On the Chicken side, I can't connect to it from my phone, it seems to load for a long time..
Any advice?
fyi, I'm using last commit from main branch.
Hello,
After setting up a Chicken and a Chicken Man, I am facing a problem that I can't solve.
The access point of the Chicken is well created and visible, the password is correctly retrieved by the Chicken Man, but he can't connect to it.
The problem does not seem to come from the client: by replacing
WiFi.begin(ssid.c_str(), password.c_str());with the bssid and password of my router, it returnsSUCCESS \o/.On the Chicken side, I can't connect to it from my phone, it seems to load for a long time..
Any advice?
fyi, I'm using last commit from main branch.