ThisIsJustARandomGuy / dobson-star-tracker

This project aims to enable makers to motorize their dobson-style mounted telescopes using easily sourced hardware
MIT License
38 stars 9 forks source link

setTime' was not declared in this scope #5

Open cuzzea opened 1 year ago

cuzzea commented 1 year ago

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.

ToastedMice commented 1 year ago

Thank You so much :) i'm on windows and I also had this issue and this fixed it. So thanks!