HelTecAutomation / ESP32_LoRaWAN

Transplanted from Semtech LoRaWAN(https://github.com/Lora-net/LoRaMac-node) protocol to "ESP32 + Arduino" platform. Use RTC, support deep sleep, only working with ESP32 + LoRa boards made by HelTec Automation(TM). Need a unique license to use it.
344 stars 109 forks source link

Fix compiler errors, update .gitignore #86

Closed kohlschuetter closed 2 years ago

kohlschuetter commented 2 years ago

A few errors showed up when compiling this project in ESP-IDF 4.4. These are genuine bugs that should be addressed. Moreover, adding some entries to .gitignore, so we don't accidentally commit unrelated files.