marcoschwartz / aREST_UI

Embedded UI for the aREST framework
72 stars 34 forks source link

Doesn't seem to work without FTDI on ESP8266 #21

Open kianm opened 7 years ago

kianm commented 7 years ago

Hi Marco, I have your libraries aREST, and aREST_UI in my code (v. 2.4.1 and 1.1.1 respectively) and they make life really easy. However, once I detach the usb to serial connections from the ESP8266 (esp-12-e) , I can't reach the device anymore. The device does connect to WiFi and controls the hardware as expected, so I know that the code is not crashing or going into a reboot cycle. I have also removed all the Serial.xxx commands from my code. I looked into your codes, but couldn't see why this could happen. Kian

bill-orange commented 7 years ago

Did you remove Serial.begin(115200)?