1
0

estructura basica del proecto + wifi

This commit is contained in:
Jose
2025-04-09 08:41:08 +02:00
parent 09542bc474
commit bef8b30f2c
15 changed files with 61 additions and 16 deletions

View File

@@ -1,6 +1,9 @@
#include <Arduino.h>
#include <WiFi.h>
#include <RESTClient.h>
#include <PubSubClient.h>
#include "json.hpp"
#include "rest.hpp"
#include "wifi.hpp"
#include "test.hpp"
#include "mqtt.hpp"
#define LED 2