Last active
June 24, 2018 14:13
-
-
Save wordyallen/c8141a1493183b186bfcba48a97faa17 to your computer and use it in GitHub Desktop.
esp-wrover settings
This file contains 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
;mac | |
[env:esp32dev] | |
platform = espressif32 | |
framework = espidf | |
board = esp-wrover-kit | |
upload_port = /dev/cu.usbserial-141101 | |
debug_server = | |
/Users/joe/esp/openocd-esp32/bin/openocd | |
-s /Users/joe/esp/openocd-esp32/share/openocd/scripts | |
-f interface/ftdi/esp32_devkitj_v1.cfg | |
-f board/esp32-wrover.cfg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment