Skip to content

Instantly share code, notes, and snippets.

@dadosch
dadosch / main.cpp
Created May 2, 2020 16:53
esp8266 with CCS811 and deep sleep
const int FW_VERSION = 01;
const char* fwUrlBase = "http://someurl.tld/esp_update/";
#include "main.h"
#include <Arduino.h>
#include <ESP8266WiFi.h>
#include <PubSubClient.h>