Jonas Hagberg
Jonas Hagberg
changing in syncToRedmine and add strftime like this spent_on=date.date.strftime("%Y-%m-%d"), Fixed this error
``` Environment: Redmine version 2.5.2.stable.13345 Ruby version 1.9.3-p125 (2012-02-16) [x86_64-linux] Rails version 3.2.19 Environment production Database adapter PostgreSQL SCM: Subversion 1.6.11 Git 1.7.1 Filesystem Redmine plugins: redmine_anonymous_authors 0.0.4 redmine_anonymous_watchers 0.1.0...
Hej No I did not get anything to test with so I could not reproduce it. I have not touch any of the alarm functions just replaces the time handling...
Hej yes, you need to invoke that like in my example. Could this be the case for you also @Galaxy-Man ? see: https://github.com/jhagberg/ESP8266TimeAlarms/blob/fff9617f0842e235f5300621bf17b66768edab1a/examples/TimeAlarmExample/TimeAlarmExample.ino#L61
Hej thanks I added #define DEBUG_NTPCLIENT=1 in my ino file but I do not get anything more on the Serial port. Maybe I am missing something do not fully understand...
aha I need to enable Debug during compile will test that now
Nope still nothing from ntp I have Debug=Serial, maybe I need to change DebugLevel to something?
Hej I had a problem to get the DEBUG to work but I forced it to use Serial and I then got this. But not much more help. [NTP] NTP...
Hej No different really. I have added a in the NTPClient::getTime() if (timestamp!=28802) What I read it should set the sync interval to 5 but here it prints out 60?...
Hej I did this changed two lines. So the first call to sntp_get_current_timestamp returns a none synced timestamp. I read elsewhere that sntp can be a bit slow with the...