Skip to content

TheCrowsNestAstro/PCPowerSwitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PC Power Switch

A very simple Wifi with webserver D1 Mini and Replay hooked up to the power switch on the computer to be able to start and do hard reboot if needed.

Add a arduino_secrets.hto the src folder to configure the SSID and Password

#ifndef ARDUINO_SECRETS_H
#define ARDUINO_SECRETS_H
#define _SSID "YOUR_SSID"
#define _PASSWORD "YOUR_PASSWORD"
#define _HOSTNAME "PCPowerSwitch"

#endif

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published