esp32_lora_gateway
1.0.0
Site web
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>
idf.py monitor -p <port>
idf.py flash monitor -p <port> # load and open terminal
src est le répertoire principal de la source d'application.src/app pour les fichiers de code liés à l'application. IE: Main, LED, serveur Websrc/core liés à ESP32 tree src/
src
├── CMakeLists.txt
├── app
├── common
└── core
git checkout master
git pull
git checkout -b feature/branch-name
bugfix/branch-nameGPL-V3