vgkits / vanguard-cli

VGkits' tools to connect to Micropython Vanguard Shell, reset, save and restore Vanguard firmware and other utility tasks.
GNU General Public License v3.0
1 stars 1 forks source link

D1 Mini Support on Windows #1

Open davidboultbee opened 6 years ago

davidboultbee commented 6 years ago

vanguard/init.py needs the following extra model...

    "d1_mini": {
        "manufacturer": "20",
        "device": "4016",
        "flash_size": "4MB",
        "flash_mode":"qio",
    },

Also escaping of windows file paths (to firmware images) is fragile to spaces in the path.