Added $RTC system command for outputting or setting current real time clock date and time. Uses ISO8601 format.

Driver developers: check the changelog!
This commit is contained in:
Terje Io
2022-09-07 21:08:11 +02:00
parent e009f47116
commit 180f9fa9fc
21 changed files with 282 additions and 44 deletions

View File

@@ -82,8 +82,8 @@ typedef enum {
StreamType_Bluetooth,
StreamType_Telnet,
StreamType_WebSocket,
StreamType_SDCard,
StreamType_FlashFs,
StreamType_SDCard, // deprecated, use StreamType_File instead
StreamType_File = StreamType_SDCard,
StreamType_Redirected,
StreamType_Null
} stream_type_t;