Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Landing Page

Web Site

How to build

git clone https://github.com/sengulhamza/esp32_lora_gateway.git
cd esp32_lora_gateway
#idf.py -DCMAKE_BUILD_TYPE=Debug reconfigure or
idf.py -DCMAKE_BUILD_TYPE=Release reconfigure
idf.py build
idf.py flash -p <port>

How to open terminal screen

idf.py monitor -p <port>
idf.py flash monitor  -p <port> # load and open terminal

Source hierarchy

  • src is the main application source directory.
  • src/app for application related code files. ie: main, led, web server
  • src/core system files related to ESP32

tree src/

src
├── CMakeLists.txt
├── app
├── common
└── core

Branch workflow

  • Before create a new branch follow the below flow
git checkout master
git pull
git checkout -b feature/branch-name
  • If your commit fixing a bug branch name will be like bugfix/branch-name
  • Before push your commit, write a clear and concise explanation with -m option

License

GPL-V3

Releases

Packages

Contributors

Languages