Skip to content

Instantly share code, notes, and snippets.

View BrianInGermany's full-sized avatar

Brian Junker-Latocha BrianInGermany

View GitHub Profile
const char* ssid = "SSID NAME";
const char* password = "WIFI PASSWORD";
const char* mqtt_server = "MQTT SERVER";
#include <ESP8266WiFi.h>
#include <PubSubClient.h>
#include <stdio.h>
#include <string>
print("This is a gist")