4refr0nt / ESPlorer

Integrated Development Environment (IDE) for ESP8266 developers
http://esp8266.ru/esplorer/
GNU General Public License v2.0
1.22k stars 326 forks source link

NodeMCU firmware autodetection #18

Open ghusson2 opened 8 years ago

ghusson2 commented 8 years ago

Communication with MCU... Got answer! AutoDetect firmware... Can't autodetect firmware, because proper answer not received.

I can't understand this. With latest NodeMCU firmware (nodemcu_float_0.9.6-dev_20150704.bin), the answer to "CR/LF" is "CR/LF/> ". Which is detected by code "if (data.contains("\r\n>")) {". But I can't find where "CR/LF" is sent to the NodeMCU... Any idea to improve ?

4refr0nt commented 8 years ago

See https://github.com/4refr0nt/ESPlorer/blob/master/ESPlorer/src/ESPlorer/ESPlorer.java#L8996

ghusson2 commented 8 years ago

Ok, I parsed your code, and I can't figure out the problem. Linux debian 8 AMD64 + NodeMCU v2 (ESP-12e) = firmware autodetection failure :)

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.