From 2a9e8ca07475e61e74d7b6f0afd0a5fd272cb07f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Wed, 7 Oct 2020 15:42:13 +0200 Subject: Add SystemdMeter --- CRT.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CRT.h') diff --git a/CRT.h b/CRT.h index 49ed4ed0..9186a131 100644 --- a/CRT.h +++ b/CRT.h @@ -53,9 +53,10 @@ typedef enum ColorElements_ { METER_TEXT, METER_VALUE, METER_VALUE_ERROR, - METER_VALUE_NOTICE, METER_VALUE_IOREAD, METER_VALUE_IOWRITE, + METER_VALUE_NOTICE, + METER_VALUE_OK, LED_COLOR, UPTIME, BATTERY, -- cgit v1.2.3