9 lines
149 B
C++
9 lines
149 B
C++
#pragma once
|
|
|
|
#include <WiFi.h>
|
|
#include <PubSubClient.h>
|
|
|
|
#define SSID "DIGIFIBRA-D2ys"
|
|
#define WIFI_PASSWORD "4EEATsyTcZ"
|
|
|
|
int setupWifi(); |