Tools: extracted functionality out of idf_monitor
This commit is contained in:
@@ -12,15 +12,9 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import textwrap
|
||||
|
||||
try:
|
||||
from typing import Optional
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
|
||||
import queue
|
||||
import textwrap
|
||||
from typing import Optional
|
||||
|
||||
from serial.tools import miniterm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user