From e2fb718f5d03a9b07837da990cb2acb2c3e1d960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Millet?= Date: Sun, 18 Feb 2024 14:05:14 +0100 Subject: [PATCH] RELEASE 0.7.7 --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index f6cea08..875aa1a 100644 --- a/library.properties +++ b/library.properties @@ -1,10 +1,10 @@ name=RF433any -version=0.7.6 +version=0.7.7 author=Sébastien Millet maintainer=Sébastien Millet sentence=A library to decode any protocol received on a 433 Mhz Radio Frequencies receiver paragraph=Use this library to decode any protocol received on a 433 Mhz Radio Frequencies receiver. Allow to display low level data (raw code), user level data (code received) and code timings. No pre-defined timings to specify, the library detects it. You can also use its output to use RF433recv library. category=Communication url=https://github.com/sebmillet/RF433any -architectures=avr +architectures=avr, esp32, esp8266 includes=RF433any.h