Search found 1 match
- Wed Jan 10, 2024 7:33 pm
- Forum: General Discussion
- Topic: Using Esptool on MacOS
- Replies: 0
- Views: 29108
Using Esptool on MacOS
I am trying to perform a command similar to the one below that I currently have working on Windows but on Mac: let command_string = `${esptoolPath} --chip esp32s3 --port ${port} --baud 115200 --before default_reset ` + `--after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size...