This commit is contained in:
2023-12-17 12:17:01 -05:00
parent e287decf50
commit 511f248582
2 changed files with 139 additions and 0 deletions

View File

@@ -10,6 +10,12 @@
*/
#include <Arduino.h>
#include <WiFi.h>
#include <WiFiClientSecure.h>
#include <PubSubClient.h>
#include "secrets.h"
#include "config.h"
struct {
float humidity = 0.0;