mirror of
https://github.com/grblHAL/core.git
synced 2026-03-23 20:54:26 +08:00
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:
4
stream.h
4
stream.h
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user