Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r666d17245e2873e847cdf0b1da07abfe0702523e -r88f28230d288947ba84840b967e95b32e3deffaa --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 666d17245e2873e847cdf0b1da07abfe0702523e) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 88f28230d288947ba84840b967e95b32e3deffaa) @@ -27,6 +27,7 @@ #include "RTC.h" #include "TemperatureSensors.h" #include "Thermistors.h" +#include "UVReactors.h" #include "WatchdogMgmt.h" /** @@ -143,6 +144,11 @@ testStatus = execFansSelfTest(); postState = handlePOSTStatus( testStatus ); break; + + case DG_POST_STATE_UV_REACTORS: + testStatus = execUVReactorsSelfTest(); + postState = handlePOSTStatus( testStatus ); + break; #endif case DG_POST_STATE_WATCHDOG: