From db0e94c147ff525791ab10d369417f796e8b9c7e Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Wed, 1 Jan 2020 01:09:57 +0900 Subject: [PATCH] Updated the version of the required PageBuilder. --- mkdocs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs/index.md b/mkdocs/index.md index 0e2e6f4..bf96484 100644 --- a/mkdocs/index.md +++ b/mkdocs/index.md @@ -94,8 +94,8 @@ Install third-party platform using the *Boards Manager* of Arduino IDE. You can Additional library (Required) The [PageBuilder](https://github.com/Hieromon/PageBuilder) library to build HTML for ESP8266WebServer is needed. -To install the PageBuilder library into your Arduino IDE, you can use the *Library Manager*. Select the board of ESP8266 series in the Arduino IDE, open the library manager and search keyword '**PageBuilder**' with the topic '**Communication**', then you can see the *PageBuilder*. The latest version is required **1.3.3** **later**.[^1] -[^1]:Since AutoConnect v0.9.8, PageBuilder v1.3.3 later is required. +To install the PageBuilder library into your Arduino IDE, you can use the *Library Manager*. Select the board of ESP8266 series in the Arduino IDE, open the library manager and search keyword '**PageBuilder**' with the topic '**Communication**', then you can see the *PageBuilder*. The latest version is required **1.3.6** **later**.[^1] +[^1]:Since AutoConnect v1.1.3, PageBuilder v1.3.6 later is required.