From 982184cb0ecf9990c5e91f635777bdef3a8baa75 Mon Sep 17 00:00:00 2001 From: Jaroslav Paral Date: Thu, 31 Aug 2023 06:27:43 +0200 Subject: [PATCH] Release v1.1.1 - add info about frequency setting for ESP32 S2/S3/C3 to README --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index d02aca2..b926772 100644 --- a/library.json +++ b/library.json @@ -14,7 +14,7 @@ "url": "http://www.robotikabrno.cz", "maintainer": true }, - "version": "1.1.0", + "version": "1.1.1", "frameworks": "arduino", "platforms": "espressif32" } \ No newline at end of file diff --git a/library.properties b/library.properties index ddc1954..4ac9dd8 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ServoESP32 -version=1.1.0 +version=1.1.1 author=Jaroslav Paral maintainer=Jaroslav Paral sentence=Generate RC servo signal on a selected pins with ESP32 device and Arduino framework.