You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requires updating both the 32u4 sketch and the ESP sketch.
Add a serial link to allow issuing commands from the 32u4 back to the ESP8266, this may be utilized more in future releases.
Add the ability to set an open network via serial for devices that have trouble connecting to a secured ESP8266 access point (rare cases). This makes it easier for the new users who experience this rare issue to get started using their device.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,8 @@ Connect to the Access Point with the SSID "Exploit" with a password of "DotAgenc
97
97
Open a web browser pointed to "http://192.168.1.1"
98
98
The default administration username is "admin" and password "hacktheplanet".
99
99
100
+
NOTE: Certain devices seem to have trouble connecting to a password protected ESP8266 access point. The symptoms of this involve repeatedly being prompted to enter the password and being unable to connect to the ESP8266 via WiFi. This can be solved by following the above instructions but instead issuing the command "ResetDefaultConfig:OpenNetwork" via serial. The device will be restored to the factory defaults(with the exception of now being an unsecured network). The device will reboot and you may now connect to it as an unsecured WiFi access point with an SSID of "Exploit". You should now be able to establish a connection.
0 commit comments