DominikPalo / esp32-rf-receiver

The ESP32 wireless receiver for 315/433 MHz ASK modules based on ESP-IDF SDK.
MIT License
99 stars 14 forks source link

Provide CMakeLists.txt files so the project can be build with CMake #5

Closed krzychb closed 4 years ago

krzychb commented 4 years ago

I like this application and the fact it has been prepared for esp-idf. My problem is it does not support CMake build system that has been introduced in esp-idf to replace GNU make build system. Fortunately CMake support may be easy added with this simple PR.

DominikPalo commented 4 years ago

Thank you!