From 6f7f6cc446424cccc4f58a39220550f2d438a86f Mon Sep 17 00:00:00 2001 From: Igor Date: Fri, 21 Jun 2024 06:19:42 +0200 Subject: [PATCH] Update library.properties --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index bb8563f..884d7bc 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=Ai Esp32 Rotary Encoder -version=1.6 +version=1.7 author=Igor Antolic (adapted code from github.com/marcmerlin/IoTuz) maintainer=Igor Antolic sentence=Easy implement rotary encoder to your application for ESP32 and ESP8266 -paragraph=Supports acceleration, setting boundaries. Works with ESP32 and ESP8266. Use version 1.3 for better buttnon handling and updated examples. AiEsp32RotaryEncoderNumberSelector helps selecting number in range. Example: -12 do 31.5 in steps of 0.5. +paragraph=Supports acceleration, setting boundaries. Works with ESP32 and ESP8266. Use version 1.3 for better button handling and updated examples. AiEsp32RotaryEncoderNumberSelector helps select numbers in range. Example: -12 do 31.5 in steps of 0.5. category=Device Control url=https://github.com/igorantolic/ai-esp32-rotary-encoder.git architectures=esp32,esp8266