On bootup, the buzzer plays a little bit of "Never Gonna Give You Up". To access the console, connect to the ESP8266 Access Point and browse to "http://10.10.10.1/console" (default user/pass is admin/password). From here you can monitor all connections and see when someone gets Rick Roll'd by the device. The console also allows you to enter commands to get more info about the status of the device, change the SSID, get the Rick Roll count, beep the buzzer and lots more.
The "debug" setting is on by default and shows you all DNS and HTTP requests made to the device. It's kind of cool to see all the sites that the apps on your phone are trying to access. Check out the screenshots of the console for a glimpse of what it looks like. Some apps are very noisy. You can toggle the "debug" off to not see that stuff.
Hello! Giving this a try and it gave an error trying to build. The error seems to have pointed me to where it says "to Json" and "from Json" here: .pio/libdeps/d1_mini_pro/ArduinoJson/src/ArduinoJson/Variant/ConverterImpl.hpp and pointed to https://arduinojson.org/v6/error/invalid-initialization-of-reference-of-to-string/Any advice would be really helpful! Thank you!