Skip to content

Instantly share code, notes, and snippets.

View CalebeHogrefe's full-sized avatar

CalebeHogrefe

View GitHub Profile
#include <WiFi.h>
#include <PubSubClient.h>
WiFiClient wifi_client;
PubSubClient mqtt(wifi_client);
const String SSID = "FIESC_IOT_EDU";
const String PASS = "8120gv08";