Skip to content

Commit

Permalink
Fix problems submitting to Arduino Library Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
bergdahl committed Nov 21, 2023
1 parent a99d2ed commit 26e9cee
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ add_executable(Arduino_WOPR
src/effects/jbwoprnokiatune.cpp
examples/JBWopr_AudioDemo/JBWopr_AudioDemo.ino
examples/JBWopr_ButtonDemo/JBWopr_ButtonDemo.ino
examples/JBWopr_DeviceDemo/JBWoprDevice_Demo.ino
examples/JBWopr_DefconDemo/JBWopr_DefconLedDemo.ino
examples/JBWopr_DeviceDemo/JBWopr_DeviceDemo.ino
examples/JBWopr_DefconDemo/JBWopr_DefconDemo.ino
examples/JBWopr_DisplayDemo/JBWopr_DisplayDemo.ino
examples/JBWopr_Firmware/JBWopr_Firmware.ino

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ paragraph=This library contains complete firmware for using the Unexpected Maker
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)
depends=ArduinoJson (>=6.21.3), Adafruit GFX Library (>=1.11.9), Adafruit LED Backpack Library (>=1.4.1), Adafruit NeoPixel (>=1.3.0), OneButton (>=2.1.0), PubSubClient (>=2.8.0), WiFiManager (>=0.16.0), JBLogger (>=1.0.4)

0 comments on commit 26e9cee

Please sign in to comment.