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

@@ -0,0 +1,7 @@
#include <WiFi.h>
#include <PubSubClient.h>
#define SSID "iPhone de Jose"
#define PASSWORD "bombardeenlaus"
int setup_wifi();