spacehuhn / wifi_ducky

Upload, save and run keystroke injection payloads with an ESP8266 + ATMEGA32U4
MIT License
1.28k stars 294 forks source link

I got AP but ip doesnt work #20

Open JonasZaverka opened 7 years ago

JonasZaverka commented 7 years ago

Hi my d1 mini show correct AP(wifi) but after i connect i cant load the page

thx Jonas

tomisboy commented 7 years ago

Try with different browser (If you try with your mobile phone, try loading whit the "Desktop-version" (sorry don't know the right word )

JonasZaverka commented 7 years ago

thx much for your answer but that didnt help

thx jonas

2017-05-09 0:06 GMT-04:00 tomisboy notifications@github.com:

Try with different browser (If you try with your mobile phone, try loading whit the "Desktop-version" (sorry don't know the right word )

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/spacehuhn/wifi_ducky/issues/20#issuecomment-300055844, or mute the thread https://github.com/notifications/unsubscribe-auth/AY6up-zatryVBqw5L1K2g0viPj35ieVtks5r3-ZOgaJpZM4NUovg .

ghost commented 7 years ago

I have this problem too. d1 mini

Do you know how to fix it ?? Thank


To day 23/5/2017 19:04 I can fix error by format esp8266 file system follow me to burn code to esp8266 thx 👍

include "FS.h"

void setup() { Serial.begin(115200); SPIFFS.begin(); Serial.println("SPIFFS "); SPIFFS.format(); Serial.println("SPIFFS format finish ");
} void loop() { }