Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
Fixed case sensitive dependency
Browse files Browse the repository at this point in the history
The case in the `Functional-VLPP` dependency causes library installs to fail:

```
$ arduino-cli lib install WiFiManager_NINA_Lite
Error resolving dependencies for WiFiManager_NINA_Lite: dependency 'Functional-VLPP' is not available
```
  • Loading branch information
magnusnordlander committed Jan 27, 2022
1 parent 6fd5561 commit beb9709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ paragraph=Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Te
category=Communication
url=https://github.com/khoih-prog/WiFiManager_NINA_Lite
architectures=*
depends=Functional-VLPP,WiFiNINA_Generic,WiFiWebServer,DoubleResetDetector_Generic,FlashStorage_SAMD,FlashStorage_STM32
depends=Functional-Vlpp,WiFiNINA_Generic,WiFiWebServer,DoubleResetDetector_Generic,FlashStorage_SAMD,FlashStorage_STM32

0 comments on commit beb9709

Please sign in to comment.