Skip to content

Instantly share code, notes, and snippets.

substitutions:
devicename: garage-cam
friendly_name: garagecam
ip_address: 192.168.1.53
esphome:
name: $devicename
platform: ESP32
board: esp-wrover-kit
@cyrus007
cyrus007 / Template_ESP8266.ino
Last active January 9, 2023 23:39 — forked from DeanCording/Template_ESP8266.ino
ESP8266 Arduino project template with optional OTA firmware update
/**
* ESP8266 project template with optional:
* - WiFi config portal - auto or manual trigger
* - OTA update - Arduino or web server
* - Deep sleep
* - Process timeout watchdog
*
* Copyright (c) 2016 Dean Cording <dean@cording.id.au>
* Modified by Swapan <swapan@yahoo.com>
*