Skip to content

Generate ESP32 project directory from a very simple template

License

Notifications You must be signed in to change notification settings

alwint3r/esp32proj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp32proj

Initialize ESP32 project from a very simple template.

Installation

Clone this repository.

$ git clone https://github.com/alwint3r/esp32proj.git ~/esp32proj

Here I cloned the repository to the esp32proj directory inside home directory.

Next, set the ESP32PROJ_PATH environment variable with the path to esp32proj directory.

$ export ESP32PROJ_PATH=$HOME/esp32proj

Next append the value of ESP32PROJ_PATH environment variable to the PATH environment variable.

$ export PATH=$PATH:$ESP32PROJ_PATH

It's better to append those two lines to the .bash_profile or .profile or .bash_rc file inside the home directory.

Usage

esp32proj_init.sh [PROJECT_NAME]

Example

esp32proj_init.sh ./blinking

This will create blinking project folder under the current working directory.

About

Generate ESP32 project directory from a very simple template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published