From 51b1608d90e33151f124e55acfeb562e6bdf712a Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Sun, 13 Jun 2021 18:49:48 +0200 Subject: [PATCH] Updated the test program description comment --- src/tests/tests.ino | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/tests/tests.ino b/src/tests/tests.ino index 8f5062d..355240c 100644 --- a/src/tests/tests.ino +++ b/src/tests/tests.ino @@ -1,10 +1,11 @@ /** * Author : Anatole SCHRAMM-HENRY * Created the : 29/05/2021 - * This TEST program aims to verify all basic functions of the station like by displaying some values to a serial console : + * This TEST program aims to verify all the basic functions of the weather station by displaying all the sensors values to a serial console : * - The battery level sensing * - The light level with the LDR - * - The Temperature + * - The temperature of the BMP280 + * - The temperature of the HTU21 * - The pressure * - The humidity */