Tools: extracted functionality out of idf_monitor

This commit is contained in:
Martin Gaňo
2021-05-14 11:20:38 +02:00
committed by bot
parent b5f9149399
commit 2452dc57f0
13 changed files with 555 additions and 456 deletions
+2 -8
View File
@@ -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