JoaoLopesF / RemoteDebug

Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor
MIT License
614 stars 127 forks source link

ESP32 #16

Closed bospre closed 7 years ago

bospre commented 7 years ago

Hello, unfortunately the library does not run with the ESP32. Will there be any adjustments? Boris

JoaoLopesF commented 7 years ago

Hi, Its runs in ESP32, I will update the library now Regards Joao

JoaoLopesF commented 7 years ago

HI, I update it for the ESP32. Please give me feedback

Regards

Joao

bospre commented 7 years ago

Good Morning, ok, thank you. I will test, but need some time.

bospre commented 7 years ago

Hello, I have been testing and it seems to work. Unfortunately my ESP32 triggers a "brownout" when attached via USB to the computer. Sometimes it boots, most times not. So I could not get the mDNS working. For my project I need SPIFFS and cannot upload data to the SPIFFS. I now ordered two more ESP32, to see if this is an issue with my ESP32. And I will wait until full SPIFFS integration is finished.