From b14327677898035329be4798fc817f3a3644c32f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Metrich?= <45318189+FredM67@users.noreply.github.com> Date: Wed, 19 Jul 2023 07:29:24 +0200 Subject: [PATCH] Update Readme.md --- Mk2_3phase_RFdatalog_temp/Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mk2_3phase_RFdatalog_temp/Readme.md b/Mk2_3phase_RFdatalog_temp/Readme.md index 9c49d28f..0da2c98c 100644 --- a/Mk2_3phase_RFdatalog_temp/Readme.md +++ b/Mk2_3phase_RFdatalog_temp/Readme.md @@ -20,6 +20,7 @@ You'll need to install additional extension(s). The most popular and used extens - **Mk2_3phase_RFdatalog_temp.ino** : This file is needed for Arduino IDE - **calibration.h** : contains the calibration parameters - **config.h** : the user's preferences are stored here (pin assignments, features, ...) +- **config_system.h** : rarely modified system constants - **constants.h** : some constants - *do not edit* - **debug.h** : some macros for serial output and debugging - **dualtariff.h** : definitions for the dual tariff feature @@ -40,4 +41,4 @@ You'll need to install additional extension(s). The most popular and used extens - **inject_sketch_name.py** : helper script for PlatformIO - **Doxyfile** : config for Doxygen (code documentation) -The end-user should ONLY edit both files **calibration.h** and **config.h**. \ No newline at end of file +The end-user should ONLY edit both files **calibration.h** and **config.h**.