User Options - Test Mode
Unless you are specifically performing "tests" ensure that TestMode is disabled by setting the option to "false".
// --------------------------------------------------------------------------------------
// Test Mode : Never run a live system in test mode
// --------------------------------------------------------------------------------------
#define TestMode false // false= Normal working mode, true= Test mode only (no logger, no usb connection)
Unless you are specifically performing "tests" ensure that TestMode is disabled by setting the option to "false".
// --------------------------------------------------------------------------------------
// Test Mode : Never run a live system in test mode
// --------------------------------------------------------------------------------------
#define TestMode false // false= Normal working mode, true= Test mode only (no logger, no usb connection)

