Skip to content

Commit

Permalink
Simple_Latitude_Longitude_Weather_Example.ino 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JHershey69 authored Aug 9, 2024
1 parent 6313816 commit e7ba6b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ char ONECALLKEY[] = "YOUR ONE CALL KEY HERE";

//*************** LOCATION ************************

int myTimeZone = -4; //<--------- GMT OFFSET only used in OVERVIEW
int myTimeZone = -4; //<--------- GMT OFFSET

//Location MODES are used to tell the program how you are delivering your coordinates:
// 1 LAT/LON <----- Can be from GPS, manual as below, or whatever method gets you a latitude and longitude except IP location
Expand Down

0 comments on commit e7ba6b0

Please sign in to comment.