From 604a1be90bd5eecd07e6f6e5601bfb1a594125b1 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 20 Dec 2024 01:43:04 -0500 Subject: [PATCH] . --- ESP32-Rainmaker-Switch/main/app_main.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ESP32-Rainmaker-Switch/main/app_main.c b/ESP32-Rainmaker-Switch/main/app_main.c index 047af8551..503b18bf1 100644 --- a/ESP32-Rainmaker-Switch/main/app_main.c +++ b/ESP32-Rainmaker-Switch/main/app_main.c @@ -1,4 +1,4 @@ -/* ESP32-Node LED Switch +/* ESP32-(C3) Node LED Switch & Server Temperature Node Modified and Adopted by: Alexander Bobkov @@ -9,6 +9,9 @@ Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + + Update: code modyfied for ESP32-C3 devboard; reading values from I2C BME280 sensor and passing them to Rainmaker gauge is work-in-progress + */ #include