We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5fbba8 + e0edef0 commit 3d8bb0fCopy full SHA for 3d8bb0f
adafruit_miniesptool.py
@@ -101,7 +101,7 @@ class miniesptool: # pylint: disable=invalid-name
101
boards, so you can burn ESP firmware direct from the CPy disk drive. Handy
102
when you have an ESP module wired to a board and need to upload new AT
103
firmware. Its slow! Expect a few minutes when programming 1 MB flash."""
104
- FLASH_WRITE_SIZE = 0x400
+ FLASH_WRITE_SIZE = 0x200
105
FLASH_SECTOR_SIZE = 0x1000 # Flash sector size, minimum unit of erase.
106
ESP_ROM_BAUD = 115200
107
0 commit comments