Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 227 Bytes

File metadata and controls

6 lines (4 loc) · 227 Bytes

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"