Forum Replies Created
-
AuthorPosts
-
os061217ParticipantThat’s a lot of questions. I will give my input on the 1st. I had success with both code sets but the 3.0 code has other fixes that you will probably want.
os061217ParticipantThanks Ray! That fixed it for me. I had another workaround but this is better. My files and references were changed to OSTime.h and OSTime.cpp. It would be great to work this into the mainline code.
os061217ParticipantI have the same problem as tangmonster911 and found this note in TimeLib.h.
// This ugly hack allows us to define C++ overloaded functions, when included
// from within an extern “C”, as newlib’s sys/stat.h does. Actually it is
// intended to include “time.h” from the C library (on ARM, but AVR does not
// have that file at all). On Mac and Windows, the compiler will find this
// “Time.h” instead of the C library “time.h”, so we may cause other weird
// and unpredictable effects by conflicting with the C library header “time.h”,
// but at least this hack lets us define C++ functions as intended. Hopefully
// nothing too terrible will result from overriding the C library header?!Still trying to figure out how to fix it. I just upgraded to Arduino IDE 1.8.5 and am trying to compile OS 2.1.7. I have working versions of 2.1.6 on older Arduino IDE. I am wondering if this is a IDE issue or an issue the implementation of the override. I do not see this in 2.1.6
It would be good to hear from the people/person that wrote the note above.
os061217ParticipantAfter recently adding the weather key, I started having the exact same problem. Did you determine the cause of this issue?
os061217ParticipantNo responses???? Very dissapointing.
-
AuthorPosts