added Bold color

This commit is contained in:
proddy
2018-06-06 21:05:04 +02:00
parent 895175d03a
commit 37e1dcb102

View File

@@ -173,6 +173,8 @@ typedef struct {
#define COLOR_MAGENTA "\x1B[0;35m"
#define COLOR_CYAN "\x1B[0;36m"
#define COLOR_WHITE "\x1B[0;37m"
#define COLOR_BOLD_ON "\x1B[1m" // 1
#define COLOR_BOLD_OFF "\x1B[21m" // 21
// function definitions
extern void ems_parseTelegram(uint8_t * telegram, uint8_t len);