-
-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0pkts/s on Arduino code and 20pks/s on .bin image #93
Comments
What board are you using? NodeMCU 0.9? |
Wemos D1 mini Pro 1.0.0 |
Iv'e never seen that board before, |
Might be something hardware related. For now the project is only targeted to the NodeMCU 0.9-1.0 series. |
I'm sure that the board is based on ESP8266 https://wiki.wemos.cc/products:retired:d1_mini_pro_v1.0.0. |
The problem is that you’re probably compiling for the NodeMCU board.
|
Nope! Is selected the right board... I used a lot times the WeMos board and I know very well how to use. |
Same problem over here :( |
First flashed the no LCD .bin image, the deauth attack shown 20pkts/s, then I tried to use the Arduino source; flashed it, no apparent problem, the web interface is responsive, the wifi scan get the same results as the .bin image but the attack remain freezed to 0pkts/s.
The output in the serial terminal show no error, it seems all working good.
The text was updated successfully, but these errors were encountered: