esp32_lora_gateway
1.0.0
웹 사이트
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 는 기본 응용 프로그램 소스 디렉토리입니다.src/app . IE : 메인, LED, 웹 서버src/core 시스템 파일 tree src/
src
├── CMakeLists.txt
├── app
├── common
└── core
git checkout master
git pull
git checkout -b feature/branch-name
bugfix/branch-name 과 비슷합니다.GPL-V3