diff --git a/d4.ino b/d4.ino index 984418e..1761651 100644 --- a/d4.ino +++ b/d4.ino @@ -1,3 +1,4 @@ +/*18,20行目の注意書きを必ず読め!!!!!!!!!!!!!*/ #include #include "M5StickCPlus.h" #include @@ -5,7 +6,6 @@ #include #include #include - char str[100]; /* When this code write to M5Stick, remove GND pin from M5Stick. @@ -15,9 +15,9 @@ const char* ssid = "miura2g"; const char* password = "jikken2022"; const char* host = "notify-api.line.me"; -const char* token = ""; +const char* token = "";//<--!!!!このトークンは消してからgit add .せよ!!!!絶対に上げるな!!!!!! const String endpoint = "http://api.openweathermap.org/data/2.5/weather?q=tokyo,jp&APPID="; -const String key = ""; +const String key = "";//<--!!!!ここも消せ!!!!!!! int weathertime; int weatherflag=0; int forecast=0;