Skip to content

Instantly share code, notes, and snippets.

@Alacika
Alacika / gist:2d06d2c96b5caecf99f7ec2eaad32748
Last active January 18, 2020 17:26
Wemos D1 Mini weather station (BH1750 + BME280)
#include <ESP8266WiFi.h>
#include <PubSubClient.h>
#include <BH1750.h>
#include "Seeed_BME280.h"
#include <time.h>
#include "own_system.h" // Wifi, MQTT, etc definíciók
/*
// own_system.h
#define wifi_ssid ""