Merge pull request #90 from cboltz/cboltz-timezone-deps

Use time/time.h from local dependencies
This commit is contained in:
Aircoookie 2018-12-20 21:17:42 +01:00 committed by GitHub
commit caab8943cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
#else
#include <WProgram.h>
#endif
#include <Time.h> //http://www.arduino.cc/playground/Code/Time
#include "../time/Time.h" //http://www.arduino.cc/playground/Code/Time
//convenient constants for dstRules
enum week_t {Last, First, Second, Third, Fourth};