From 3ba87c9ffe6b42f58980ad8615e6fff9c17c7f34 Mon Sep 17 00:00:00 2001 From: SilentDawn Date: Sat, 25 Jul 2020 12:37:55 +0800 Subject: [PATCH] Update 20200708 Program IoT systems using Python with this VSCode plugin for RTOS.md --- ...systems using Python with this VSCode plugin for RTOS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/tech/20200708 Program IoT systems using Python with this VSCode plugin for RTOS.md b/sources/tech/20200708 Program IoT systems using Python with this VSCode plugin for RTOS.md index 6d39884612..faa758ef3d 100644 --- a/sources/tech/20200708 Program IoT systems using Python with this VSCode plugin for RTOS.md +++ b/sources/tech/20200708 Program IoT systems using Python with this VSCode plugin for RTOS.md @@ -69,7 +69,7 @@ tux users ``` -`$ sudo usermod --append --groups dialout tux` +$ sudo usermod --append --groups dialout tux ``` Log out or reboot to load your new group permissions. @@ -118,14 +118,14 @@ MicroPython 插件提供了许多例程和例库,供学习和调用。获取 ``` -`os.remove('file_to_delete')` +os.remove('file_to_delete') ``` 删除目录的命令如下: ``` -`os.rmdir('folder_to_delete')` +os.rmdir('folder_to_delete') ``` ### 工程的同步