Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r025612ad77fe630889a364586de54bffe5262d56 -r45a4f6517bd771cde7cba75c9150acef8176fa13 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 025612ad77fe630889a364586de54bffe5262d56) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 45a4f6517bd771cde7cba75c9150acef8176fa13) @@ -188,7 +188,10 @@ break; case DG_POST_STATE_UV_REACTORS: +#ifndef DISABLE_UV_REACTORS testStatus = execUVReactorsSelfTest(); +#endif + testStatus = SELF_TEST_STATUS_PASSED; postState = handlePOSTStatus( testStatus ); break;