質問編集履歴

1

情報の追加

2021/08/27 23:47

投稿

aRyo
aRyo

スコア23

title CHANGED
File without changes
body CHANGED
@@ -220,4 +220,21 @@
220
220
  Serial.println("finish.");
221
221
 
222
222
  }
223
+ ```
224
+
225
+
226
+ シリアルモニターに表示されている文
227
+ ****部分は、意図的に消しています
228
+ ```ここに言語を入力
229
+ 08:43:15.051 -> Temp: 28.30°C Humidity: 56.79% RH Pressure: 101093.39Pa
230
+ 08:44:16.056 -> Attempting to connect to SSID: 60AAEF98BE17-2G
231
+ 08:44:16.056 -> Connected to 60AAEF98BE17-2G
232
+ 08:44:16.056 -> IP address:
233
+ 08:44:16.056 -> ******  //IPアドレスが記載
234
+ 08:44:46.063 -> https://script.google.com/macros/s/********/exec?&1_cell=28.30&2_cell=56.79&3_cell=101093.39 
235
+ 08:44:46.063 ->
236
+ 08:44:46.063 -> Starting connection to server...
237
+ 08:44:46.063 -> Connection failed!
238
+ 08:44:46.063 ->
239
+
223
240
  ```