Added Basic MQTT Support and JSON Deserialization

This commit is contained in:
2024-12-29 13:04:23 +02:00
parent c523b59e90
commit 30e708f048
6 changed files with 235 additions and 6 deletions

10
config.h Normal file
View File

@@ -0,0 +1,10 @@
const char* ssid = "SmartNet";
const char* password = "smartpass";
const char* hostname = "ESP32_mqtt_test";
IPAddress ip(10, 98, 30, 150);
IPAddress gateway(10, 98, 30, 1);
IPAddress subnet(255, 255, 255, 0);
#define MQTT_USER "esp32_vesper"
#define MQTT_PASS "vesper"