Improve key command response for local echo and timestamp

This commit is contained in:
Martin Lund 2022-06-12 04:07:17 +02:00
parent 318bcbf650
commit 63d3232b32
2 changed files with 21 additions and 1 deletions

View file

@ -32,6 +32,7 @@ enum timestamp_t
TIMESTAMP_24HOUR,
TIMESTAMP_24HOUR_START,
TIMESTAMP_ISO8601,
TIMESTAMP_END,
};
const char* timestamp_token(enum timestamp_t timestamp);