manuelbl / ttn-esp32

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

Getting it work with Platform IO #9

Closed csvke closed 5 years ago

csvke commented 5 years ago

I am very new to this: is there anything I should be aware of if I want to use your libraries in PlatformIO?

manuelbl commented 5 years ago

Currently, I don't use Platform IO for ESP32 development. So I can't tell you. But I will soon try and probably add some instructions in the Wiki if anything special is needed.

manuelbl commented 5 years ago

In the Wiki, you'll now find a dedicated guide for PlatformIO: https://github.com/manuelbl/ttn-esp32/wiki/Using-PlatformIO.

ESP-IDF is not well supported as ESP-IDF relies on Kconfig/menuconfig for configuration and PlatformIO does not support it. So I'm thinking about adding dedicated board specification to PlatformIO at a later stage.

Nevertheless, you can use PlatformIO and once you have made the correct configuration, it's a really powerful and productive tool.