Index: shared/scripts/configuration/config.py =================================================================== diff -u -r57644f8662735736c07ea303b6f5c17cfc929ce7 -r6a9444c4619a3fcd3fbfad05763e89e439baf345 --- shared/scripts/configuration/config.py (.../config.py) (revision 57644f8662735736c07ea303b6f5c17cfc929ce7) +++ shared/scripts/configuration/config.py (.../config.py) (revision 6a9444c4619a3fcd3fbfad05763e89e439baf345) @@ -12,29 +12,18 @@ # @date (last) 18-Jan-2022 # ############################################################################ - import os +from configuration.strings import * AUT_NAME = "denaliSquish" COMMON_PATH = os.environ['HOME']+"/Projects" -COLOR_CODES = {"Aqua": "#81ffff", "Blue": "#017dea", "Blue 2": "#1090d5", "Green": "#29fd2d", "Grey": "#d3d3d3", - "Lavender": "#db98f5", "Light Blue": "#acd7f1", "Light Teal": "#29f1da","Lime": "#b7fc36", - "Magenta":"#fd28fd", "Orange": "#f2721c", "Peach":"#f1979a", "Red": "#c53b33", "Rose":"#fc178d", - "Slate blue":"#7f7ffa", "Violet": "#6435c9", "White": "#ffffff", "Yellow": "#fcfc4d"} - #standby mode GOODMORNING_START_TIME_SEC = 0 GOODEVENING_START_TIME_SEC = 43200 -BLOOD_PRIMING_TEXT = "Blood Priming" -SALINE_UNIT = "mL" -BLOOD_PRIMING_DEFAULT_VALUE = "0 mL" - - -RESET_BINARY = "0" -SET_BINARY = "1" #Message binaries appending with for easy identification ACK_REQ_STATUS = 'Ack Req' -ACK_BAK_STATUS = 'Ack Bak' \ No newline at end of file +ACK_BAK_STATUS = 'Ack Bak' +