This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"tests":{"label":"tests","message":"pending","color":"gray"},"version":{"label":"version","message":"0.16.0","color":"blue"},"mypy":{"label":"mypy","message":"0 errors","color":"blue"}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Flashing ESP32 with ESPruino | |
| ```esptool.py \ | |
| --chip esp32 \ | |
| --port /dev/ttyUSB0 \ | |
| --baud 921600 \ | |
| --after hard_reset write_flash \ | |
| -z \ | |
| --flash_mode dio \ | |
| --flash_freq 40m \ |