SmittyHalibut/EleksTubeHAX

How to use without WPS

triggad23 opened this issue · 4 comments

Hi,

how can I use this without WPS? My Wifi APs don't support WPS.

Greets
Daniel

Hello, currently only WPS is implemented. No manual WiFi selection.
You can replace the line wifi.begin(); with wifi.begin(YOUR_SSID, YOUR_PASSWORD); and this should work fine for your case.

Hello, currently only WPS is implemented. No manual WiFi selection. You can replace the line wifi.begin(); with wifi.begin(YOUR_SSID, YOUR_PASSWORD); and this should work fine for your case.

Hello,

Which file should I change? In WiFi_WPS.cpp, there are 2 lines.

#30 implements this. Resolving.