donskytech

Results 17 comments of donskytech
trafficstars

While trying to search for solution on the internet, I saw this guy (https://community.platformio.org/t/error-linking-a-specific-library/33813) changed his platform.ini file into this by adding the **Update** in the lib_deps ``` [env:esp32dev] platform...

Hi, I tried out the two solutions above but they do not work for different errors. Maybe updating my espressif is the only solution. I am just worried about my...

> @donskytech Can you add why overriding the internal configurations does not compile, perhaps that issue can be resolved as well? Hello, I tried your solution also but I still...

> Is that the case even if you add `Update` to the `lib-deps` in the `plattformio.ini` file. Right now, this is my platform.ini ``` [env:esp32dev] platform = espressif32 board =...

> lib_deps = > thingsboard/ThingsBoard > mikalhart/TinyGPSPlus > thingsboard/TBPubSubClient > bblanchon/ArduinoJson > https://github.com/bblanchon/ArduinoStreamUtils.git I tried this platform.ini settings also. I did a Full Clean and Build Task. Below is the...

> It seems that the `#defines` are below an include that includes the `Configuration.h` file. Simply move the defines up to the top of the `main.cpp` file that should fix...

I modified my code to look like this ``` #ifdef ESP8266 #include // Disable PROGMEM because the ESP8266WiFi library, // does not support flash strings. #define THINGSBOARD_ENABLE_PROGMEM 0 #else #ifdef...

Here you go... they are all Zero(0) ![image](https://github.com/thingsboard/thingsboard-client-sdk/assets/69466026/6f54a786-1ab5-4035-957c-ad124ed4cbe5)

Here is the complete screenshot. ![image](https://github.com/thingsboard/thingsboard-client-sdk/assets/69466026/d616050d-eb93-4444-bc54-7e9495b46bb4)

> I meant the file in the `lib/ThingsBoard/src` folder. There should be an `Espressif_MQTT_Client.h`, can you attach a screenshot of that. Sorry for the inconviences. There is nothing in lib...