Search found 5 matches
- Wed May 29, 2024 3:36 pm
- Forum: ESP-IDF
- Topic: Where to Define Preprocessor Symbols in Different Build or Launch Configurations?
- Replies: 3
- Views: 2028
Re: Where to Define Preprocessor Symbols in Different Build or Launch Configurations?
To manage different build configurations in an ESP-IDF CMake project, it's usually done via command-line options or scripting within CMakeLists.txt rather than through IDE-specific "build configurations. Thank you for that input. I was suspecting that and given I'm a bit of a CMAKE ignoramus. Can y...
- Wed May 29, 2024 1:58 pm
- Forum: ESP-IDF
- Topic: Where to Define Preprocessor Symbols in Different Build or Launch Configurations?
- Replies: 3
- Views: 2028
Where to Define Preprocessor Symbols in Different Build or Launch Configurations?
Hello all. I tried searching the various forums for answers to my questions, but the search engine keeps crashing if I enter more than one word in my advance search string. So, if this is a duplicate question, please forgive me. I tried! I have a ESP-IDF CMAKE project for which I want to create diff...
- Thu Apr 18, 2024 12:24 pm
- Forum: ESP-IDF
- Topic: Help: NimBLE Characteristics Properties (Flags) Aren't Properly Applying From ble_gatt_svc_def
- Replies: 2
- Views: 1516
SOLVED: Help: NimBLE Characteristics Properties (Flags) Aren't Properly Applying From ble_gatt_svc_def
Wow. I'm not sure how I feel about this given I lost about 5 days of project progress because of this. (I had posted here for help about 4 days into the nightmare.) It turns out the issue with the characteristics not having the correct properties flags was not at all due to the ESP32 and its code. I...
- Wed Apr 17, 2024 12:35 pm
- Forum: ESP-IDF
- Topic: Help: NimBLE Characteristics Properties (Flags) Aren't Properly Applying From ble_gatt_svc_def
- Replies: 2
- Views: 1516
Help: NimBLE Characteristics Properties (Flags) Aren't Properly Applying From ble_gatt_svc_def
I redeveloping an existing product with existing smartphone apps that previously used a different BT BLE module. I'm using an ESP32 now which is generally new to me. I've done plenty of 8-bit ESP8266 Arduino projects in the past, but this is my first foray into the ESP-IDE and the ESP-IDF with a ESP...
- Thu Jul 07, 2022 12:54 pm
- Forum: ESP-IDF
- Topic: Eclipse unresolved inclusion
- Replies: 16
- Views: 29909
Re: Eclipse unresolved inclusion
I had this same issue as well, and I had started out with the Hello World project using the following: Espressif-IDE V2.5.0 ESP-IDF V4.4 I somehow resolved it by doing the following: I created a totally new project with its own unique name (choosing not to use a template for now). NOTE that this pro...