Open JohannesSchwegler opened 5 years ago
I am pretty new to this. Uploaded the precompiled bin to my Amica NodeMCU v2 https://blog.christophermullins.com/2017/02/11/milight-wifi-gateway-emulator-on-an-esp8266/
LED is blinking every second, but not seeing the ESPXXXX SSID on any device. Thoughts?
You did not fill out form or provide any information
I tried the following code, but there is no hotspot or access point shown when i upload it to my esp8266. Does somebody know why?
Code:
include //https://github.com/esp8266/Arduino
//needed for library
include
include
include //https://github.com/tzapu/WiFiManager
void setup() { // put your setup code here, to run once: Serial.begin(115200);
}
void loop() { // put your main code here, to run repeatedly: