Question
Project converter fails to make valid json from my pre-build step command
My STM32cube IDE project has a pre-build command:
${ProjDirPath}\Middlewares\Third_Party\nanopb\generator\protoc --nanopb_out=${ProjDirPath}\Application\cm4_interface --proto_path=${ProjDirPath}\Application\cm4_interface ${ProjDirPath}\Application\cm4_interface\cm4-interface.proto
The json that's generated doesn't correctly escape the '\' characters, which results in an error...
