Skip to content

Instantly share code, notes, and snippets.

@hggh
hggh / main.cpp
Created June 4, 2022 09:31
ESP32-S2 deep sleep with bme280
#include <Arduino.h>
#include <Wire.h>
#include <WiFi.h>
#include <MQTT.h>
#include <SparkFunBME280.h>
#include <esp_wifi.h>
#include "esp_sleep.h"