Results 464 comments of chegewara

Im glad you like it. If there something you would like to add to functionality or something is not clear just open issue.

Yes, its small design flaw. At the moment before you can scan you have to open I2C port. To open I2C port you need to switch to command tab and...

Because you have to change cpp_utils from this folder: https://github.com/nkolban/ESP32_Explorer/tree/master/components with files from this folder: https://github.com/nkolban/esp32-snippets/tree/master/cpp_utils But i have to warn you that even if you do that still this...

Im nor saying you should stop, im just saying you can spend some time trying to fix all errors. Maybe its something easy to fix or maybe it requires more...

Ok, that was very nice project to learn many esp32 functions, because is enumerating and shows info about all running tasks, i have learned about I2C and most important about...

https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/Memory.h Remember that in esp-idf every componen needs to have `component.mk` in its folder.

This project for sure is out of date, last commit was at december 2017. I cant say how much errors needs to be fixed, because there is a lot changes...

Yeah, there is a lot changes in cpp_utils library and we didnt check Explorer for quite some time. cpp_utils should be in component folder, and be sure there is component.mk...

Like i said, there was a lot changes in cpp_utils, we need to make some fix change in Explorer. Is it rush project?

@sulyokg is compilling with no issues, but i didnt check if it works. If you find any issues just let us know, thanks.