Skip to content

Commit

Permalink
Update Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Apr 11, 2022
1 parent 0af40f4 commit 7f82959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ For PlatformIO IDE, using the following command.
Or at **PIO Home** -> **Library** -> **Registry** then search **Firebase ESP Client**.


If you ever installed this library in Global storage in PlatformIO version prior to v2.0.0 and you have updated the PlatformIO to v2.0.0 and later, the global library installation was not available, the sources files of old library version still be able to search by the library dependency finder (LDF), you needed to remove the library from folder **C:\Users\\<UserName>\\.platformio\lib** to prevent unexpected behavior when compile and run.
If you ever installed this library in Global storage in PlatformIO version prior to v2.0.0 and you have updated the PlatformIO to v2.0.0 and later, the global library installation was not available, the sources files of old library version still be able to search by the library dependency finder (LDF), you needed to remove the library from folder **C:\Users\\<UserName\>\\.platformio\lib** to prevent unexpected behavior when compile and run.



Expand All @@ -133,7 +133,7 @@ Rename **Firebase-ESP-Client-main** folder to **Firebase_Arduino_Client_Library_

Go to menu **Files** -> **Examples** -> **Firebase-ESP-Client-main** and choose one from examples.

### Important Note for Manual Installation
### Important Note for Manual Installation in Arduino IDE

Folder renaming to **Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32** was required for making the library can be updated via Library Manager without problems.

Expand Down

0 comments on commit 7f82959

Please sign in to comment.