Browse Source

updated coordinate

Toby Chui 1 year ago
parent
commit
a058e6c420
1 changed files with 2 additions and 2 deletions
  1. 2 2
      InkyDash/weather.ino

+ 2 - 2
InkyDash/weather.ino

@@ -10,8 +10,8 @@
 //const String lon = "114.1747";
 
 /* Tainan */
-const String lat = "23.0028";
-const String lon = "120.1307";
+const String lat = "22.9908";
+const String lon = "120.2133";
 
 /* Timezone */
 const String timezone = "Asia/Singapore";