From 8a6b4da322c5c9b21dbe6e296981392d123a9aa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20P=C3=A1ral?= Date: Fri, 17 Jul 2020 15:35:15 +0200 Subject: [PATCH] Release version v1.0.3 with `Servo::attached()` fix - fix `Servo::attached()` return value after `Servo::detach()` called --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 5e4ae37..4ec2000 100644 --- a/library.json +++ b/library.json @@ -16,7 +16,7 @@ "url": "http://www.robotikabrno.cz", "maintainer": true }, - "version": "1.0.2", + "version": "1.0.3", "frameworks": "arduino", "platforms": "espressif32" } diff --git a/library.properties b/library.properties index 1906909..ebe087a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ServoESP32 -version=1.0.2 +version=1.0.3 author=Jaroslav Paral maintainer=Jaroslav Paral sentence=Generate RC servo signal on a selected pins with ESP32 device and Arduino framework.