Search found 3 matches

by pardmx
Tue Mar 12, 2019 3:36 am
Forum: ESP-MDF
Topic: Connect device with release v0.5 with master brach
Replies: 3
Views: 6986

Re: Connect device with release v0.5 with master brach

Thanks for the reply I will try to update my devices, the problem is that I have about 2000 with v3.1 everyone have OTA enable.
If I do the update sending the app.bin compiled with v3.2 through OTA what issues I could have? because the partition table is different from one version to another.

Thanks
by pardmx
Mon Mar 11, 2019 11:44 pm
Forum: ESP IoT Solution
Topic: uGFX example in IOT-Solution HMI examples on ESP-wrover-kit-B
Replies: 3
Views: 7211

Re: uGFX example in IOT-Solution HMI examples on ESP-wrover-kit-B

I look this post is old but I have the same issue with the uGFX example and after very tries I found a way you can run it: 1.Go to esp-iot-solution -> components -> hmi -> ugfx_gui -> ugfx -> src -> gfx.c 2. Look for the void gfxInit(void) function search the following lines: #if GFX_USE_GDISP _gdis...
by pardmx
Mon Mar 11, 2019 11:27 pm
Forum: ESP-MDF
Topic: Connect device with release v0.5 with master brach
Replies: 3
Views: 6986

Connect device with release v0.5 with master brach

Hello everyone, I have some ESP32 working in MESH with a firmware based in the release/v0.5 branch of ESP-MDF avaible in github https://github.com/espressif/esp-mdf/tree/release/v0.5 Now I am trying to connect them with another module which have its firmware based in the new master branch (after ref...