View Single Post
Unread 09/22/2013, 11:27 AM   #29
d0ughb0y
Registered Member
 
d0ughb0y's Avatar
 
Join Date: Mar 2008
Location: sf bay area
Posts: 5,165
Are you using windows? Arduino 1.05?
The only thing I can think of is there must be another copy of Time library that arduino is picking up.

Two things you can try.
close arduino, open and edit Time.h and type like a space or add some comments. Then save and start Arduino. This will force arduino to rebuild the library using the new file.

Last resort is to move the Time library folder from your arduino sketch folder into the main arduino program libraries folder.

If it still does not work, you need to do a full file search for Time.h and Time.cpp to find out where that other copy is.


d0ughb0y is offline   Reply With Quote