Skip to content

Bootstrap PlatformIO project for ESP32/8266 including WiFi and debug logging.

License

Notifications You must be signed in to change notification settings

lbussy/bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Bootstrap

Bootstrap is a generic PlatformIO project for ESP32/8266, including WiFi and debug logging. I created it to quickly give a semi-blank slate for new projects or just tests, without having to worry about coding in commonly used functions like WiFi and debug logging.

Features include:

To use:

  • Clone the repo by issuing the command git clone https://github.com/lbussy/bootstrap.git
  • cd bootstrap
  • Sever the upstream relationship with the command git remote remove upstream
  • Select the proper board type by commenting/uncommenting the desired default_envs in the [platformio] section of platformio.ini
  • Optionally: Rename the directory to something other than bootstrap
  • Upload file system image
  • Upload program
  • Connect to "bootstrap" AP with password "bootstrap" and configure your WiFi
  • Optionally: Connect to SPIFFS editor at /edit/ with username "admin" and password "p@ssword"

About

Bootstrap PlatformIO project for ESP32/8266 including WiFi and debug logging.

Resources

License

Stars

Watchers

Forks

Packages