Skip to content

GreenShoeGarage/NodeMCU-Remote-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeMCU Remote Control

Create a "secrets.h" file in the same folder as the .ino file. It needs to 2 #defines with your wireless network information.

  • #define MYSSID "YOUR-SSID-HERE"
  • #define MYPASS "YOUR-WIFI-KEY-HERE"