<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>licheng</author_name>
  <author_url>https://blog.hatena.ne.jp/licheng/</author_url>
  <blog_title>滴了庵日録</blog_title>
  <blog_url>https://lipoyang.hatenablog.com/</blog_url>
  <categories>
    <anon>マイコン</anon>
  </categories>
  <description>(1) Webサーバ (1.1) ライブラリのインクルードとオブジェクトの定義 Arduino core for the ESP32に含まれるライブラリを使用する。 ポート番号を指定してオブジェクトを定義する。 #include &lt;WebServer.h&gt; WebServer webServer(80); (1.2) 初期化 (setup()での処理) URLごとのコールバック関数を設定し、Webサーバを開始する。 webServer.on(&quot;/&quot;, func_handleRoot); webServer.on(&quot;/index.html&quot;, func_handleRoot); webServe…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flipoyang.hatenablog.com%2Fentry%2F2021%2F11%2F08%2F075352&quot; title=&quot;ノート：ESP32(Arduino core)でWebサーバ＆WebSocketサーバ - 滴了庵日録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-11-08 07:53:52</published>
  <title>ノート：ESP32(Arduino core)でWebサーバ＆WebSocketサーバ</title>
  <type>rich</type>
  <url>https://lipoyang.hatenablog.com/entry/2021/11/08/075352</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
