Skip to content
/ hodor Public

This ESP32 app shorts a door latch trigger via HTTP.

License

Notifications You must be signed in to change notification settings

voiio/hodor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Hodor!

hodor

This ESP32 app shorts a door latch trigger via HTTP.

Getting started

You will need to create a secrets.h file, before you can deploy code to your board:

// secrets.h
const char* ssid = "";       // your network SSID (name)
const char* pass = "";       // your network password
const String secretKey = "";  // the path that needs to be called to trigger the door, like http://MY-IP/SECRET_KEY

About

This ESP32 app shorts a door latch trigger via HTTP.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  
  •  

Languages