ropg / ezTime

ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
MIT License
327 stars 92 forks source link

Stack problem whtn activate the waitForSync #164

Closed RayOS9 closed 1 year ago

RayOS9 commented 1 year ago

I was using this library perfectly, recently i started to use it again on the same code but for some reasing im getting an error that i figured out is with the line waitForSync();

`void wifiConnected() {
SendGet(getPetition::CHECKSTATUSSERVER); setDebug(INFO); waitForSync(); //setInterval(3600); REGISTER_LOCAL_TIME.setLocation(timeChooserParam.value());

gslc_SetPageCur(&m_gui,E_PG_CLOCK); }`

The code below is where i get the next error

` Exception (28): epc1=0x40209eef epc2=0x00000000 epc3=0x00000000 excvaddr=0x0afa0000 depc=0x00000000

stack>>>

ctx: cont sp: 3ffffcd0 end: 3fffffc0 offset: 0190 3ffffe60: 3ffeae6f 3fff3944 00000000 40209e88
3ffffe70: 3ffeae6f 3fff3944 3ffead71 3ffeae74
3ffffe80: 3ffeae6f 3fff3944 3ffead71 4020cf62
3ffffe90: 00000000 3ffeb7e2 00000000 00000000
3ffffea0: 40217e9c 00000000 3fff3944 40218360
3ffffeb0: 3ffeae6f 00000014 3fff1aac 40232ffe
3ffffec0: 3ffeae6f 3fff3944 3fff3944 401000e9
3ffffed0: 3ffeae6f 3fff3944 3fff1aac 40213470
3ffffee0: 00000000 3ffeb7e2 00000000 00000000
3ffffef0: 3fff1a00 00000000 3fff3944 402185d4
3fffff00: 3fff1aac 00000004 3fff3944 3ffead31
3fffff10: 3fff1aac 00000004 3fff3944 40213505
3fffff20: 00000003 3fff1aac 3fff3944 402135d4
3fffff30: 4023570c ae89a8c0 3fff1aac 3fff3a88
3fffff40: 3fffdad0 3fff1aac 3fff1aac 402136ee
3fffff50: 3fffdad0 3fff1aac 3fff3a74 4020c5c9
3fffff60: 007a1200 113c59b3 40233000 4020a874
3fffff70: 00000000 feefeffe feefeffe feefeffe
3fffff80: 00000000 00000000 00000001 40100294
3fffff90: 3fffdad0 00000000 3fff3a74 3fff3a88
3fffffa0: 3fffdad0 00000000 3fff3a74 4021a4cc
3fffffb0: feefeffe feefeffe 3ffe8774 401010ed
<<<stack<<<`