Search found 1 match

by uraich
Tue Feb 06, 2018 8:44 pm
Forum: ESP-IDF
Topic: esp32-at fails to compile
Replies: 1
Views: 2760

Re: esp32-at fails to compile

Hi,
I had the same problem. In my case the IDF_PATH was set to the latest esp-idf I had downloaded and not to the esp-idf which is part of esp_at. Just unset IDF_PATH (which is set within the Makefile for esp_at) and make should work
Uli