Index: firmware/App/Monitors/Pressures.c =================================================================== diff -u -r384157184f801e501c61bdf675d7d8b727b5ab9d -r7166df604166f74ff5eb8667e07947d52ac39cf2 --- firmware/App/Monitors/Pressures.c (.../Pressures.c) (revision 384157184f801e501c61bdf675d7d8b727b5ab9d) +++ firmware/App/Monitors/Pressures.c (.../Pressures.c) (revision 7166df604166f74ff5eb8667e07947d52ac39cf2) @@ -7,8 +7,8 @@ * * @file Pressures.c * -* @author (last) Varshini Nagabooshanam -* @date (last) 03-Aug-2026 +* @author (last) Praneeth Bunne +* @date (last) 04-Aug-2026 * * @author (original) Sean Nash * @date (original) 24-Sep-2024 @@ -88,7 +88,7 @@ #define MAX_ART_VEN_OFFSET_MMHG 15.0F ///< Maximum arterial/venous offset allowed. -#define EMPTY_SALINE_BAG_THRESHOLD_MMHG -300.0F ///< Threshold below which the saline bag is considered empty (in mmHg). +#define EMPTY_SALINE_BAG_THRESHOLD_MMHG -40.0F ///< Threshold below which the saline bag is considered empty (in mmHg). static const U32 EMPTY_SALINE_BAG_PERSISTENCE = ( 250 / TASK_GENERAL_INTERVAL ); ///< Time that saline bag looks empty before saying it is empty. #define PRES_ALARM_PERSISTENCE ( 1 * MS_PER_SECOND ) ///< Alarm persistence period for pressure alarms.