change library name WiFiNINA -> Adafruit-WiFiNINA#16
Merged
ladyada merged 2 commits intoadafruit:masterfrom Oct 30, 2025
Merged
change library name WiFiNINA -> Adafruit-WiFiNINA#16ladyada merged 2 commits intoadafruit:masterfrom
ladyada merged 2 commits intoadafruit:masterfrom
Conversation
There might be a more elegant way to do this. The Arduino IDE will re-install the Arduino WiFININA library over the Adafruit-WiFiNINA library on every launch due to the same name being used.
Member
|
use somehting like WifiNINA (Adafruit Fork) since we didnt author this. you also have to open an issue w/arduino library manager to manually update the name |
Following the same convention used for SdFat_-_Adafruit_Fork. WiFiNINA_-_Adafruit_Fork
Author
|
Renamed library. Following the same convention used for SdFat_-_Adafruit_Fork. WiFiNINA_-_Adafruit_Fork This WiFiNINA Adafruit Fork has not been included with the Arduino IDE library manager. It would be a new addition. It has been a manual zip file download on the guide page. I can submit a request for the addition. Is it necessary to update the main branch and maybe rev the version to have the right new name in place first? |
Member
|
yah just bump the revision number and then you can submit it. |
This was referenced Oct 31, 2025
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

The Arduino IDE will re-install the Arduino WiFININA library over the Adafruit-WiFiNINA library on every launch due to the same name being used in library.properties.
Renaming the library to different them would resolve this worked for me.
This came up in a Adafruit Forum issue and was easy to replicate.