Skip to content

PlatformIO Example Project for ESP8266 using HomeKit + Neopixel

Notifications You must be signed in to change notification settings

NilsEngelbach/esp8266-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP8266 Example

How to use

  • Install Visual Studio Code
  • Install the PlatformIO Visual Studio Code Extension
  • Clone this repositroy
  • Import the project in PlatformIO Home

Create the file include\credentials.h with the following content:

#ifndef CREDENTIALS_H
#define CREDENTIALS_H

#define WIFI_SSID "<your-ssid>"
#define WIFI_PW "<your-password>"

#endif // CREDENTIALS_H

This file is ignored from git (see .gitignore) so you do not leak your wifi credentials.

About

PlatformIO Example Project for ESP8266 using HomeKit + Neopixel

Topics

Resources

Stars

Watchers

Forks