Skip to content

Instantly share code, notes, and snippets.

@GameTec-live
GameTec-live / main-fingerprint.cpp
Last active March 21, 2021 07:58 — forked from adlerweb/mqtt-test.ino
Fork für ESP32 und platform io...
#include <Arduino.h>
#include <PubSubClient.h>
#include <WiFi.h>
#include <mDNS.h>
#define LED 2
#define CONFIG_MQTT_PAYLOAD_ON "ON"
#define CONFIG_MQTT_PAYLOAD_OFF "OFF"
const char* cfg_wifi_ssid = "freifunk-myk.de";