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