From 895c6b14b955a89005e235aba5b208b65db2ed0d Mon Sep 17 00:00:00 2001 From: Jonny Bergdahl Date: Tue, 21 Nov 2023 21:57:54 +0100 Subject: [PATCH] Add architecture to library properties file --- library.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/library.properties b/library.properties index 262c262..7febcfe 100644 --- a/library.properties +++ b/library.properties @@ -5,5 +5,6 @@ maintainer=Jonny Bergdahl sentence=Support library for the Unexpected Maker W.O.P.R. boards paragraph=This library contains complete firmware for using the Unexpected Maker W.O.P.R. boards in your own projects. category=Display +architectures=esp32 url=https://github.com/jonnybergdahl/Arduino_JBWopr_Library depends=ArduinoJson (>=6.21.3), Adafruit_GFX (>=1.11.9), Adafruit_LED_Backpack (>=1.4.1), Adafruit_NeoPixel (>= 1.3.0), OneButton (2.1.0), PubSubClient (>=2.8.0), WiFiManager (>=0.16.0), JBLogger (>=1.0.4)