Skip to content

Commit

Permalink
testing TIP and NOTES syntax. Thanks to @jgauchia
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed May 16, 2024
1 parent 9dcd661 commit 22ff014
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ pio pkg install --library "hpsaturn/ESPNowCam@^0.1.13"
>For `Arduino IDE` is a little bit more complicated because the Arduino IDE dependencies resolver is very bad, but you only need:
>
>1. Download and install the [Nanopb library](https://github.com/nanopb/nanopb/releases/tag/nanopb-0.4.8) using the `Include Library` section via zip file
>2. and then with the **Library Manager** find **ESPNowCam** and install it.
>
>[!NOTE]
>2. and then with the **Library Manager** find **ESPNowCam** and install it.
>[!TIP]
>Nanobp is not included as a dependency because, despite being 25 years after the invention of symbolic links, Arduino IDE does not support these types of files. Consider exploring PlatformIO for your future developments, as it offers a more versatile and modern development environment.
## Usage
Expand Down

0 comments on commit 22ff014

Please sign in to comment.