manuelbl / ttn-esp32

The Things Network device library for ESP32 (ESP-IDF) and SX127x based devices
MIT License
301 stars 64 forks source link

esp-idf 5.0 issue #53

Closed alkosa closed 1 year ago

alkosa commented 2 years ago

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

manuelbl commented 2 years ago

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.

manuelbl commented 1 year ago

It has now been fixed in the master branch.