how to include correct variant when using arduino-esp32 as component?

ecc esp
Posts: 8
Joined: Mon Jan 28, 2019 10:18 pm

how to include correct variant when using arduino-esp32 as component?

Postby ecc esp » Wed Jan 30, 2019 6:09 pm

I found that the reason my sketch worked with the Arduino environment, but not when compiled as an esp-idf project with arduino-esp32 as a component, was that the Arduino IDE was correctly including variants/<MY BOARD>/, but arduino-esp32/components.mk only includes variants/esp32/.

What's the preferred way to override this behavior without modifying the arduino-esp32 source ? (I'd rather leave that untouched so it tracks upstream correctly.)

ecc esp
Posts: 8
Joined: Mon Jan 28, 2019 10:18 pm

Re: how to include correct variant when using arduino-esp32 as component?

Postby ecc esp » Thu Jan 31, 2019 3:24 pm

I'm currently making this work by moving variants/esp32 out of the way and making it a symlink to variants/<MY BOARD>, but I'd like a less kludgy solution.

Who is online

Users browsing this forum: squirtle321 and 267 guests