ESP-Node Rainmaker sensor i2c

This commit is contained in:
2024-07-17 11:34:48 -04:00
parent 0011b1eb3a
commit 23eaa22ea8
2 changed files with 33 additions and 0 deletions

View File

@@ -34,6 +34,8 @@
#include <app_insights.h>
#include "app_priv.h"
#include "bme280.h" // Library for BME-/BMP-280 i2c environment sensor
#include "driver/i2c.h"
// Define the name of app for logs.
static const char *TAG = "ESP32-Nodes Rainmaker Switch";