Not Used options

At the moment I am not using the RS485 and the TC74.

Am i correct by disableing these options in the main file so they are not included in the sketch this way??

#include <AccelStepper.h>
#include <Wire.h>
#include "rotator_pins.h"
#include "rotator_config.h"
//#include "rs485.h"
#include "endstop.h"
#include "watchdog.h"
//#include "i2c_mux.h"
//#include "tc74.h"

Best regards

Berdien

Yes, but you should also remove any calls to functions from those libraries, otherwise you will get errors when you try to compile.

So if I dont use/install these option, e.g. when I dont place the TC74 sensor on the board would the program work??

I have no idea, sorry… I answered from a purely programming point of view. If the program compiles without errors then I suppose it is fine.