ttn-esp32
ttn-esp32 copied to clipboard
esp-idf 5.0 issue
Hi.
This library does not compile under esp-idf 5.0. I have cloned the latest source code. I try to compile the monitoring example. And I have got this error message:
ttn-esp32/src/hal/hal_esp32.c:22:10: fatal error: esp_timer.h: No such file or directory
#include "esp_timer.h"
^~~~~~~~~~~~~
Does this library work under esp-idf 5.0 or I need to use previous esp-idf? Or How can I compile this library properly?
Thanks for your help
Version 5.0 is still under development. No version has been officially released yet, not even an early release candidate. Thus, I haven't cared testing the library with it yet.
Please downgrade to an officially released version such as ESP-IDF v4.4.1.
It has now been fixed in the master branch.