1
0

me la pela

This commit is contained in:
Jose
2025-04-11 09:22:56 +02:00
16 changed files with 371 additions and 71 deletions

View File

@@ -1,3 +1,4 @@
<<<<<<< HEAD
#include <Arduino.h>
#include "json.hpp"
@@ -9,4 +10,14 @@
#define LED 2
#define SERVER_IP "192.168.1.178"
#define REST_PORT 80
#define MQTT_PORT 1883
#define MQTT_PORT 1883
=======
#include <Arduino.h>
#include "JsonTools.hpp"
#include "RestClient.hpp"
#include "WifiConnection.hpp"
#include "MqttClient.hpp"
uint32_t getChipID();
>>>>>>> main