From e648e727c4d7625971d03628a610d5a43358ba16 Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Wed, 18 Aug 2021 10:51:00 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4805658..863daad 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## What is it ? An ATMEGA328PU and NRF24L01+ based weather station operating on a single 18650 li-ion battery (or equivalent) and a solar panel.
-On [this page](http://web-directories.tk/Pages/station.html) is displayed the data collected by this very unit ! +On [this page](/Pages/station.html) is displayed the data collected by this very unit ! **Check the LICENSE.md file at the root of this project for more information.** @@ -47,7 +47,7 @@ The station is equipped with the following sensors and functionalities : 2. Go to **"src\libs"** folder of this project and copy and paste its content in your "Arduino\libraries" folder. 3. Open the app.ino file with the Arduino IDE and select the "Arduino Pro or Pro Mini" board with processor : (Atmega 3.3V 8 Mhz). 4. Compile and Upload ! -5. To receive the data sent by the station, you can check this other [project](http://www.web-directories.cf/git/Th3maz1ng/ESP8266_dual_NRF24l01_gateway) which is the receiver end. +5. To receive the data sent by the station, you can check this other [project](/git/Th3maz1ng/ESP8266_dual_NRF24l01_gateway) which is the receiver end. ## Configuration options : You may change some settings present in the ***definition.h*** file.