未验证 提交 b551310c 编写于 作者: T ToXIc 提交者: GitHub

Minor change but could confuse some (#4084)

上级 f30edd04
......@@ -12,7 +12,7 @@ const int led = 13;
void handleRoot() {
digitalWrite(led, 1);
server.send(200, "text/plain", "hello from esp8266!");
server.send(200, "text/plain", "hello from esp32!");
digitalWrite(led, 0);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册