From fdb43667485b155269923017668a7650238f075e Mon Sep 17 00:00:00 2001 From: Avamander Date: Tue, 18 Jun 2019 18:27:34 +0300 Subject: [PATCH] Update library.properties --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index d92dc453e..878d39467 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=RF24 -version=1.3.2 +version=1.3.3 author=TMRh20 maintainer=TMRh20,Avamander sentence=A library for NRF24L01(+) communication. paragraph=Optimized library for nRF24L01(+) that is simple to use for beginners, but yet offers a lot for advanced users. It also has a lot of good examples how to use the library. category=Communication url=https://tmrh20.github.io/RF24/ -architectures=avr,arm,x86,esp8266 +architectures=avr,arm,x86,esp8266,esp32