csnol
Results
1
issues of
csnol
The {build.project_name}_OTA.hex never been created. So I can't got output file in sketch folder. ``` C++ ## Create hex recipe.objcopy.hex1.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf2hex.flagx} "{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.hex" ## Save hex recipe.output.tmp_file={build.project_name}_OTA.hex recipe.output.save_file={build.project_name}.{build.variant}.hex ``` maybe...