2e946f0675f2037
http://nhiro.org.s3.amazonaws.com/b/6/b6277d6e0f1b46dd87e8951d0c4f024a.jpg https://gyazo.com/b6277d6e0f1b46dd87e8951d0c4f024a
(OCR text)
38
原因コード
check for the presence of the shield:
(WiFi.status ) == WL_NO_SHIELD) {
Serial.printIn("WiFi shield not present");
/don't cont i nue:
while (true);
}
Wifiシールドが見つからなかった時に
無限ループに入る
→Watchdog Timerにリセットされる