1
0

Adding MQTT protocol to allow message interchange

This commit is contained in:
2025-04-09 10:13:47 +02:00
parent bef8b30f2c
commit 9f9229749b
8 changed files with 71 additions and 99 deletions

View File

@@ -6,4 +6,7 @@
#include "test.hpp"
#include "mqtt.hpp"
#define LED 2
#define LED 2
#define SERVER_IP "192.168.1.178"
#define REST_PORT 80
#define MQTT_PORT 1883