donskytech
donskytech
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) 
Here is the complete screenshot. 
> 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...