From 2fee92ca54c2a2bdd3280001b3f3b4fbaa0a2059 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Sun, 10 Mar 2019 02:24:59 +0900 Subject: [PATCH] Changed the description for ArduinoJson V6 --- docs/index.html | 2 +- mkdocs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 4196007..d3b11f0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1017,7 +1017,7 @@ To install the PageBuilder library into your Arduino IDE, you can use the Li

By adding the ArduinoJson library, AutoConnect will be able to handle the custom Web pages described with JSON. With AutoConnect v0.9.7 you can insert user-owned web pages that can consist of representative HTML elements as styled TEXT, INPUT, BUTTON, CHECKBOX, SELECT, SUBMIT and invoke them from the AutoConnect menu. These HTML elements can be added by sketches using the AutoConnect API. Further it possible importing the custom Web pages declarations described with JSON which stored in PROGMEM, SPIFFS, or SD. ArduinoJson version 5 is required to use this feature.2

AutoConnect supports ArduinoJson version 5 only

-

ArduinoJson version 6 is still in beta, but Arduino Library Manager installs the ArduinoJson version 6 by default. Open the Arduino Library Manager and make sure that ArduinoJson version 5 is installed.

+

ArduinoJson version 6 is just released, Arduino Library Manager installs the ArduinoJson version 6 by default. Open the Arduino Library Manager and make sure that ArduinoJson version 5 is installed.

Install the AutoConnect

Clone or download from the AutoConnect GitHub repository.

diff --git a/mkdocs/index.md b/mkdocs/index.md index 3abe6e3..4fcfefa 100644 --- a/mkdocs/index.md +++ b/mkdocs/index.md @@ -96,7 +96,7 @@ By adding the [ArduinoJson](https://github.com/bblanchon/ArduinoJson) library, A [^2]:Using the AutoConnect API natively allows you to sketch custom Web pages without JSON. !!! info "AutoConnect supports ArduinoJson version 5 only" - ArduinoJson version 6 is still in beta, but Arduino Library Manager installs the ArduinoJson version 6 by default. Open the Arduino Library Manager and make sure that ArduinoJson version 5 is installed. + ArduinoJson version 6 is just released, Arduino Library Manager installs the ArduinoJson version 6 by default. Open the Arduino Library Manager and make sure that ArduinoJson version 5 is installed. ### Install the AutoConnect