Library Problem
Posted: Fri Sep 20, 2024 9:43 pm
Hi,
I'm trying to mix the "BLE Provisioning" code and the MQTT code.
When I configure the MQTT example and subscribe to the mqttx.app page, with a CA certificate that I found on GitHub, it works perfectly, publishing the 3 AD values without problems.
When I want to add this code along with the "Provisioning" the problems start, using the same certificate and codes, I start to have tls verification errors on one hand and on the other, it doesn't let me use the protocol_examples_common.h library, it gives the error that it can't find it. I've been around everywhere and I can't figure it out.
I've been programming 8 and 16 bit microcontrollers in C for many years, but this whole VCs and IDF environment is new to me.
I would appreciate some help with this.
I'm trying to mix the "BLE Provisioning" code and the MQTT code.
When I configure the MQTT example and subscribe to the mqttx.app page, with a CA certificate that I found on GitHub, it works perfectly, publishing the 3 AD values without problems.
When I want to add this code along with the "Provisioning" the problems start, using the same certificate and codes, I start to have tls verification errors on one hand and on the other, it doesn't let me use the protocol_examples_common.h library, it gives the error that it can't find it. I've been around everywhere and I can't figure it out.
I've been programming 8 and 16 bit microcontrollers in C for many years, but this whole VCs and IDF environment is new to me.
I would appreciate some help with this.