-->
Page 1 of 1

SOLVED: Loop restart during boot

PostPosted: Sun Dec 13, 2015 9:24 am
by gmag11
Hi,

I am developing a WiFi interface for a power monitor from CurrentCost. Until now I've been going ok but suddenly, I don't know exactly in which moment, after uploading my scketch esp start bootin and restarting in a loop.

Code: Select allŒrrßÛ’nÀŽà‚ÇÄl`üü‚n„bà
 ets Jan  8 2013,rst cause:1, boot mode:(3,7)

load 0x4010f000, len 1264, room 16
tail 0
chksum 0x42
csum 0x42
~ld

 ets Jan  8 2013,rst cause:1, boot mode:(3,7)

load 0x4010f000, len 1264, room 16
tail 0
chksum 0x42
csum 0x42
~ld

 ets Jan  8 2013,rst cause:1, boot mode:(3,7)

load 0x4010f000, len 1264, room 16
tail 0
chksum 0x42
csum 0x42
~ld


I am stuck here. Other sketches load and run ok.

I have uploaded my code to GitHub:

https://github.com/gmag11/CurrentCost

Do you have any indication to help me where to look for?

Regards,
Germán

Re: Loop restart during boot

PostPosted: Fri Dec 18, 2015 7:54 am
by gmag11
I've found my fault. It was a contructor called into global scope. I'm trying to implement a NTP client library to be able to sync time with NTP simply using NtpClient.begin() or similar. I'll open another topic about this.