You can call the aiot_ota_setopt operation to set the module name. The module name must be the same as that set in the IoT Platform console. Sample code:
    char* module = "mcu";
    aiot_ota_setopt(ota_handle, AIOT_OTAOPT_MODULE, module);