Search found 2 matches

by pdxalz
Fri Sep 22, 2017 5:10 pm
Forum: General Discussion
Topic: esp32-snippets BLE build problem
Replies: 3
Views: 6008

Re: esp32-snippets BLE build problem

Thanks for both replies. I had watched the "Building a C++ application" video you sent a link to, and that part of it went fairly well. My problems started when I created a new components folder and added in the esp32-snippets. I managed to import the includes and rebuild the index. But I was still ...
by pdxalz
Wed Sep 20, 2017 8:44 pm
Forum: General Discussion
Topic: esp32-snippets BLE build problem
Replies: 3
Views: 6008

esp32-snippets BLE build problem

I'm trying to build one of the Kolban's BLE examples, but have hit a build issue I can't figure out. I'm using eclipse and getting: "fatal error: esp_gattc_api.h: No such file or directory" I get the same error if I run make from a terminal. I've successfully built the cpp3 c++ app, I've used menuco...