Currently when no clock battery is installed, the message printed is
Clock: PASS, BAD TIME
FAIL
This triggers both an OBError and a TimeError, fix such that if the clock does not increment (which will correctly cause an OBError), then this invalidates a TimeError and the resurned result should simply be
Triggering just an OBError, not a TimeError since this (while technically correct) is confusing and can give the illusion from light states that the clock is not the problem
Currently when no clock battery is installed, the message printed is
This triggers both an
OBErrorand aTimeError, fix such that if the clock does not increment (which will correctly cause anOBError), then this invalidates aTimeErrorand the resurned result should simply beTriggering just an
OBError, not aTimeErrorsince this (while technically correct) is confusing and can give the illusion from light states that the clock is not the problem