From 9dcd661f7e05f99be1e3371c4d99296f2e85a6ce Mon Sep 17 00:00:00 2001 From: Hpsaturn Date: Thu, 16 May 2024 22:51:04 +0200 Subject: [PATCH] testing TIP and NOTES syntax. Thanks to @jgauchia --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fbf6101..947f856 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,14 @@ pio pkg install --library "hpsaturn/ESPNowCam@^0.1.13" **Arduino IDE**: -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. - +>[!IMPORTANT] +>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] ->Note: 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. +>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