tools(idf_monitor): changed default esp32 toolchain prefix to esp8266

This commit is contained in:
dongheng
2019-10-15 10:35:47 +08:00
parent 64c760b86d
commit c44e163741

View File

@ -96,7 +96,7 @@ TAG_SERIAL_FLUSH = 2
# regex matches an potential PC value (0x4xxxxxxx)
MATCH_PCADDR = re.compile(r'0x4[0-9a-f]{7}', re.IGNORECASE)
DEFAULT_TOOLCHAIN_PREFIX = "xtensa-esp32-elf-"
DEFAULT_TOOLCHAIN_PREFIX = "xtensa-lx106-elf-"
DEFAULT_PRINT_FILTER = ""