From 764c6bb17e3dd272732994072706596fab9b6fcb Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Thu, 25 Apr 2019 18:46:21 +0900 Subject: [PATCH 1/2] Fixed to ArduinoJson version with compatibility --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index d6b8711..a40071f 100644 --- a/library.json +++ b/library.json @@ -16,7 +16,7 @@ }, { "name": "ArduinoJson", - "version": ">=5.13.3,<6.0.0" + "version": ">=5.13.3" } ], "frameworks": "arduino", From f0742a72f48fda5003dad6022b9e9d8cf1acca9e Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Thu, 25 Apr 2019 19:15:26 +0900 Subject: [PATCH 2/2] Fixed the link to ArduBadge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9126a0..298c89f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AutoConnect for ESP8266/ESP32 -[![arduino-library-badge](https://www.ardu-badge.com/badge/AutoConnect.svg)](https://www.ardu-badge.com/AutoConnect) +[![arduino-library-badge](https://www.ardu-badge.com/badge/AutoConnect.svg?)](https://www.ardu-badge.com/AutoConnect) [![GitHub release](https://img.shields.io/github/release/Hieromon/AutoConnect.svg)](https://github.com/Hieromon/AutoConnect/releases) [![Build Status](https://travis-ci.org/Hieromon/AutoConnect.svg?branch=master)](https://travis-ci.org/Hieromon/AutoConnect)