Skip to content

Commit

Permalink
Remove AES from depends in library.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
blackcoffeexbt committed Apr 2, 2023
1 parent fb74139 commit 6ec5a16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added bin/arduino-lint
Binary file not shown.
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 allows you to send and receive Nostr events. Public notes
category=Communication
url=https://github.com/lnbits/arduino-nostr
architectures=esp32
depends=ArduinoJson (>=6.21.1),tiny-AES-c (>=1.0.0),uBitcoin (>=0.1.5),WebSockets (>=2.3.5)
depends=ArduinoJson (>=6.21.1),uBitcoin (>=0.1.5),WebSockets (>=2.3.5)

0 comments on commit 6ec5a16

Please sign in to comment.