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.
???