template_ESP8266 not working

When I upload template_ESP8266 serial monitor shows a unproper code like mentioned below. Why?


load 0x4010f000, len 3456, room 16 
tail 0
chksum 0x84
csum 0x84
va5432625
~ld
[564] 
[564] Hardware v1.0.0
[564] Firmware v1.0.1
[564] WAIT_CONFIG => CONNECTING_NET
[565] Connecting to WiFi: sltwifia
[14784] CONNECTING_NET => CONNECTING_CLOUD
[14784] Disconnected
[14784] 
    ___  __          __
   / _ )/ /_ _____  / /__
  / _  / / // / _ \/  '_/
 /____/_/\_, /_//_/_/\_\
        /___/ v0.6.1 on NodeMCU

Are you using a NodeMCU?
If so, did you comment-out #define USE_SPARKFUN_BLYNK_BOARD and un-comment //#define USE_NODE_MCU_BOARD ?

Pete.

yes node mcu board. I did that ealier.

I have connected this device with the wifi earlier. But I deleted those apps and when uploaded the code again it automatically connected to the previous wifi network and show that message on the serial monitor.;

Are you wanting to connect to a different network? In the Arduino IDE there is a setting to upload “sketch only” try changing that to “sketch and WiFi credentials” or “all”.

I want to connect the same network. But it is not connecting. It is showing the above message

Have you rebooted your router?