Can We Use FreeRTOS OTA Library for Custom OTA Jobs?

The demo jobHandlerChain fails because the otaParser_parseJobDocFile function is specifically checking for a FreeRTOS OTA job (see this line). What you’ll need to do is replace the OTA parser in the job handler chain with your own your custom document parser.