feat(boards): micropython 网络分类下添加 接收套接字的一行数据
This commit is contained in:
@@ -3988,5 +3988,7 @@ En.MIXLY_W_R = "Readable and Writable, Create if File Does Not Exist";
|
||||
En.MIXLY_A_R = "Appendable and Writable, Create if File Does Not Exist";
|
||||
En.MIXLY_TEXT_BYTES = 'bytes';
|
||||
En.MIXLY_TEXT_BYTE_ARRAY = 'bytearray';
|
||||
En.MIXLY_MICROPYTHON_SOCKET_READLINE = 'Readline';
|
||||
En.MIXLY_MICROPYTHON_SOCKET_READLINE_TOOLTIP = 'Read a line of data, ending with a newline character.';
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user