Open snikul opened 6 years ago
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 project may generate whole bunch of errors because it is pretty much outdated. Files you will copy and arduino-esp32 has been change since last time someone compiled this project. Anyway good luck.
Thank you, Che! Yes, I see new errors during "make all". So I stop trying following your friendly advice. Regards.
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 effort. If you have logs i can take a look at it.
Hi Che! I had the idea to use the project for practical use with my esp32 fast. Not for development. I am not so advanced with esp32 yet. My best Regards.
вс, 14 окт. 2018 г. в 19:07, chegewara notifications@github.com:
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 effort. If you have logs i can take a look at it.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/nkolban/ESP32_Explorer/issues/32#issuecomment-429638703, or mute the thread https://github.com/notifications/unsubscribe-auth/AMoNoBubOZjINIgQlZ858RTLECE_t7f2ks5uk2FHgaJpZM4XbHAt .
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 ble, but most of the work did @nkolban.
CXX build/main/main.o C:/msys32/home/Megauser/esp/ESP32_Explorer/main/main.cpp:1:20: fatal error: Memory.h: No such file or directory compilation terminated. make[1]: [/home/Megauser/esp/esp-idf/make/component_wrapper.mk:286: main.o] Error 1 make: [C:/msys32/home/Megauser/esp/esp-idf/make/project.mk:505: component-main-build] Error 2 Could someone explain reasons, pl.