TEMP_INITIAL in custom_script.py should give a calibrated temperature command, but does not.
A fix was attempted here but this broke things and was removed here.
How this broke things (from here):
Seems like the request_calibrations cannot be completed during the initialization function on the DPU. The issue is from the following:
The request calibration function called during initialization, but the function when the calibrations are received cant run until the initialization function is completed.
When trying to send the initial temperatures, the file cannot be found and errors out.
TEMP_INITIAL in custom_script.py should give a calibrated temperature command, but does not.
A fix was attempted here but this broke things and was removed here.
How this broke things (from here):