Index: firmware/App/Services/Messaging.h =================================================================== diff -u -rc288f2956e37f1f0b964b077af7c39b6387a5df6 -rd913a6ef52c316170124fe56ed66b2976df9782f --- firmware/App/Services/Messaging.h (.../Messaging.h) (revision c288f2956e37f1f0b964b077af7c39b6387a5df6) +++ firmware/App/Services/Messaging.h (.../Messaging.h) (revision d913a6ef52c316170124fe56ed66b2976df9782f) @@ -7,8 +7,8 @@ * * @file Messaging.h * -* @author (last) Shyam Kumar Mathamala -* @date (last) 25-Aug-2025 +* @author (last) Dara Navaei +* @date (last) 13-Apr-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -113,10 +113,12 @@ BOOL isTestingActivated( void ); void setTesterStatusToLoggedOut( void ); +void resetMicroControllerUnit( void ); void handleIncomingMessage( MESSAGE_T *message ); BOOL handleUICheckIn( MESSAGE_T *message ); BOOL handleTesterLogInRequest( MESSAGE_T *message ); +BOOL handleUpdateAvailable( MESSAGE_T *message ); BOOL testTDSoftwareResetRequest( MESSAGE_T *message );