diff --git a/bin/arduino-lint b/bin/arduino-lint new file mode 100755 index 0000000..8d4c70d Binary files /dev/null and b/bin/arduino-lint differ diff --git a/library.properties b/library.properties index edb92c9..192e2c5 100644 --- a/library.properties +++ b/library.properties @@ -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) \ No newline at end of file +depends=ArduinoJson (>=6.21.1),uBitcoin (>=0.1.5),WebSockets (>=2.3.5) \ No newline at end of file