Results 464 comments of chegewara

Finaly i compiled it and all seems to work fine, i think so issue can be closed.

Its pretty old and to be honest i think its abandoned project. Even if ive been thinking about it as of nice tool for testing i didnt use it for...

Maybe @nkolban has some more to say?

@chmorgan You need to add this library to components (whole cpp_utils): https://github.com/nkolban/esp32-snippets/tree/master/cpp_utils

No, its just symlink from our dev environment. You need to do this manually by copying folder or with symlink.

About this stuff i cant be much helpfull. But im pretty sure mr @nkolban will know how to answer it.

https://github.com/espressif/esp-idf/tree/master/components/json

Like you can see in this code, all nested values are build from iterations and JSONObject. https://github.com/nkolban/ESP32_Explorer/blob/master/main/BLEExplorer.cpp

Hi, ive been playing a bit today with display driver and sd card and i found where is the problem (why display is freezing), but i dont know how to...

I found workaround, but its very ugly. After using sd card i am doing this: ``` spi_lobo_bus_remove_device(disp_spi); start_spi_display();