From bd0d2d5b52599ee17252273a1f43fc7105ee1437 Mon Sep 17 00:00:00 2001 From: danyhm <21024667+danyhm@users.noreply.github.com> Date: Sat, 9 May 2020 23:51:44 +0430 Subject: [PATCH] Update library.properties (#341) already compatible with stm32duino --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 05dbffc..2fa4854 100644 --- a/library.properties +++ b/library.properties @@ -6,5 +6,5 @@ sentence=Operate 433/315Mhz devices. paragraph=Use your Arduino, ESP8266/ESP32 or Raspberry Pi to operate remote radio controlled devices. This will most likely work with all popular low cost power outlet sockets. category=Device Control url=https://github.com/sui77/rc-switch -architectures=avr,esp8266,esp32 +architectures=avr,esp8266,esp32,stm32 includes=RCSwitch.h