From a013d9e68082393af9294123272da0270ae369a1 Mon Sep 17 00:00:00 2001 From: SIMS IOT Devices <92898043+SIMS-IOT-Devices@users.noreply.github.com> Date: Sun, 16 Oct 2022 09:51:21 +0300 Subject: [PATCH] Update proj5.c --- proj5.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/proj5.c b/proj5.c index 210d95a..2496bc9 100644 --- a/proj5.c +++ b/proj5.c @@ -1,6 +1,8 @@ // I2C BME280 sensor - Temperature read -// Example: https://github.com/ESP32Tutorials/esp32-esp-idf-mqtt-bme280/tree/main/components/bme280 -// Tutorial: https://esp32tutorials.com/esp32-mqtt-publish-bme280-node-red-esp-idf/#more-2125 + +// Tutorial: https://esp32tutorials.com/esp32-mqtt-publish-bme280-node-red-esp-idf/#more-2125 +// Original example: https://github.com/ESP32Tutorials/esp32-esp-idf-mqtt-bme280/blob/main/main/main.c +// BME280 files: https://github.com/ESP32Tutorials/esp32-esp-idf-mqtt-bme280/tree/main/components/bme280 #include #include