10 2021 档案

摘要:import os import sys import tty import termios import serial import serial.tools.list_ports class ser_conf: def port_choose(self): port_list = list(se 阅读全文
posted @ 2021-10-19 17:23 hiligei 阅读(569) 评论(0) 推荐(0)
摘要:#include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/event_groups.h" #include "esp_wifi.h" #include "esp_log.h" #include "esp_event.h" 阅读全文
posted @ 2021-10-17 17:22 hiligei 阅读(1229) 评论(0) 推荐(0)