dobson-star-tracker
dobson-star-tracker copied to clipboard
setTime' was not declared in this scope
I had an issue with this error and I found that it helped to include
#include <TimeLib.h>
instead of
#include <Time.h>
I am not sure why I have this issue, maybe because I am on a Mac.
Thank You so much :) i'm on windows and I also had this issue and this fixed it. So thanks!