Platformio pre-debug for esp-prog prob

Dev with an esp-prog debug board I run into a problem:
Compiling and uploading standard meshtastic git clone of meshtastic 1.1 works as expected.
Compiling in pre-debug or triggering a debug build by initiating a debug session throws an an exception and fails :
Compiling .pio/build/nrf52840dk/src/nrf52/NRF52CryptoEngine.cpp.o
src/nrf52/NRF52CryptoEngine.cpp:4:10: fatal error: ocrypto_aes_ctr.h: No such file or directory

Searching the platformio registry returns a not found result. No results from a web search but a suggestion for a pycrypto aes ctr.h.

???

1 Like

It sounds like two things are going on:

Hi,

I think I have had a similar problem running on a LOLIN D32 (ESP32 dev board). I’ll try the line below. I had read that you had a custom version of the ESP32 Arduino framework, but I could not work out where it was in the repo.

  1. Run git submodule update --init --recursive to pull in dependencies this project needs.

Thanks, Andy

1 Like