• 大小: 2.67M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-22
  • 语言: C/C++
  • 标签: Server  web  ES  esp8266  

资源简介


资源截图

代码片段和文件信息

#!/usr/bin/env python
#
# ESP8266 ROM Bootloader Utility
# https://github.com/themadinventor/esptool
#
# Copyright (C) 2014 Fredrik Ahlberg
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License or (at your option) any later version.

# This program is distributed in the hope that it will be useful but WITHOUT 
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with
# this program; if not write to the Free Software Foundation Inc. 51 Franklin
# Street Fifth Floor Boston MA 02110-1301 USA.

import sys
import struct
import serial
import math
import time
import argparse
import os
import subprocess
import tempfile

class ESPROM:

    # These are t

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-09-05 10:27  esp8266web-master\
     文件       57044  2016-09-05 10:27  esp8266web-master\.cproject
     文件          67  2016-09-05 10:27  esp8266web-master\.gitignore
     文件         809  2016-09-05 10:27  esp8266web-master\.project
     目录           0  2016-09-05 10:27  esp8266web-master\.settings\
     文件        2311  2016-09-05 10:27  esp8266web-master\.settings\language.settings.xml
     文件       10328  2016-09-05 10:27  esp8266web-master\.settings\org.eclipse.cdt.codan.core.prefs
     文件        3189  2016-09-05 10:27  esp8266web-master\.settings\org.eclipse.cdt.core.prefs
     文件        4505  2016-09-05 10:27  esp8266web-master\.settings\org.eclipse.cdt.managedbuilder.core.prefs
     文件          55  2016-09-05 10:27  esp8266web-master\.settings\org.eclipse.core.resources.prefs
     文件        2950  2016-09-05 10:27  esp8266web-master\10leds_ru.txt
     文件         650  2016-09-05 10:27  esp8266web-master\AutoMake.bat
     文件       40977  2016-09-05 10:27  esp8266web-master\ESP-01_RS-485_sch.gif
     文件       63946  2016-09-05 10:27  esp8266web-master\ESP-ADC-192kHz.gif
     文件        1211  2016-09-05 10:27  esp8266web-master\LICENSE
     文件        9752  2016-09-05 10:27  esp8266web-master\Makefile
     文件       32267  2016-09-05 10:27  esp8266web-master\Power_Light_start_2sec.gif
     文件       33426  2016-09-05 10:27  esp8266web-master\Power_ST_AP_ReConnect.gif
     文件         264  2016-09-05 10:27  esp8266web-master\ProgBin.bat
     文件        3823  2016-09-05 10:27  esp8266web-master\README.md
     文件       76800  2016-09-05 10:27  esp8266web-master\WEBFS22.exe
     目录           0  2016-09-05 10:27  esp8266web-master\WEBFiles\
     文件          57  2016-09-05 10:27  esp8266web-master\WEBFiles\$js.inc
     文件         442  2016-09-05 10:27  esp8266web-master\WEBFiles\404.htm
     文件         262  2016-09-05 10:27  esp8266web-master\WEBFiles\adc.htm
     文件          10  2016-09-05 10:27  esp8266web-master\WEBFiles\adc.wav
     文件          61  2016-09-05 10:27  esp8266web-master\WEBFiles\adc.xml
     文件         109  2016-09-05 10:27  esp8266web-master\WEBFiles\disk_er1.htm
     文件          99  2016-09-05 10:27  esp8266web-master\WEBFiles\disk_er2.htm
     文件          87  2016-09-05 10:27  esp8266web-master\WEBFiles\disk_er3.htm
     文件          93  2016-09-05 10:27  esp8266web-master\WEBFiles\disk_ok.htm
............此处省略720个文件信息

评论

共有 条评论