Author Topic: ESP8266 - NodeMCU Flasher PROBLEM? - Calling back home??  (Read 1802 times)

0 Members and 1 Guest are viewing this topic.

Offline TJ232Topic starter

  • Frequent Contributor
  • **
  • Posts: 331
  • Country: 00
  • www.esp8266-projects.org
    • ESP8266 Projects
ESP8266 - NodeMCU Flasher PROBLEM? - Calling back home??
« on: February 21, 2015, 09:58:29 am »
This is a liiitle bit strange one:

 I was dowloading this morning the NodeMCU Flasher program from https://github.com/nodemcu/nodemcu-flasher. This is the official firmware programmer for NodeMCU DEVKIT V0.9.

 Has anybody any idea why is it trying to connect at startup over the internet at that address?

 Details at http://esp8266-projects.blogspot.com/2015/02/esp8266-nodemcu-flasher-problem-calling.html
ESP8266 Projects - www.esp8266-projects.org
MPDMv4 Dimmer Board available on Tindie: https://www.tindie.com/stores/next_evo1/
 

Offline miguelvp

  • Super Contributor
  • ***
  • Posts: 5550
  • Country: us
Re: ESP8266 - NodeMCU Flasher PROBLEM? - Calling back home??
« Reply #1 on: February 21, 2015, 07:14:16 pm »
Well it's in the source code in UnitFormMain.pas line 959 and it stores the response from the url in NotStr

but even if you let it communicate to get what it needs, it seems the page is no longer valid:
Code: [Select]
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.0.15</center>
</body>
</html>

I would contact the author and study the code to see what it needs

 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf