forked from espressif/arduino-esp32
change endpoints
This commit is contained in:
@ -26,8 +26,8 @@
|
|||||||
#define CONFIG_ESPTOOLPY_BAUD_OTHER_VAL 115200
|
#define CONFIG_ESPTOOLPY_BAUD_OTHER_VAL 115200
|
||||||
#define CONFIG_ESPTOOLPY_FLASHMODE_QIO 1
|
#define CONFIG_ESPTOOLPY_FLASHMODE_QIO 1
|
||||||
#define CONFIG_ESPTOOLPY_FLASHMODE "dio"
|
#define CONFIG_ESPTOOLPY_FLASHMODE "dio"
|
||||||
#define CONFIG_ESPTOOLPY_FLASHFREQ_80M 1
|
#define CONFIG_ESPTOOLPY_FLASHFREQ_40M 1
|
||||||
#define CONFIG_ESPTOOLPY_FLASHFREQ "80m"
|
#define CONFIG_ESPTOOLPY_FLASHFREQ "40m"
|
||||||
#define CONFIG_ESPTOOLPY_FLASHSIZE_4MB 1
|
#define CONFIG_ESPTOOLPY_FLASHSIZE_4MB 1
|
||||||
#define CONFIG_ESPTOOLPY_FLASHSIZE "4MB"
|
#define CONFIG_ESPTOOLPY_FLASHSIZE "4MB"
|
||||||
#define CONFIG_ESPTOOLPY_FLASHSIZE_DETECT 1
|
#define CONFIG_ESPTOOLPY_FLASHSIZE_DETECT 1
|
||||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -49,6 +49,7 @@ CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y
|
|||||||
# CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE is not set
|
# CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE is not set
|
||||||
CONFIG_BOOTLOADER_LOG_LEVEL=0
|
CONFIG_BOOTLOADER_LOG_LEVEL=0
|
||||||
CONFIG_BOOTLOADER_SPI_WP_PIN=7
|
CONFIG_BOOTLOADER_SPI_WP_PIN=7
|
||||||
|
# CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_8V is not set
|
||||||
CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V=y
|
CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V=y
|
||||||
# CONFIG_BOOTLOADER_FACTORY_RESET is not set
|
# CONFIG_BOOTLOADER_FACTORY_RESET is not set
|
||||||
# CONFIG_BOOTLOADER_APP_TEST is not set
|
# CONFIG_BOOTLOADER_APP_TEST is not set
|
||||||
@ -78,11 +79,11 @@ CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
|
|||||||
# CONFIG_ESPTOOLPY_FLASHMODE_DIO is not set
|
# CONFIG_ESPTOOLPY_FLASHMODE_DIO is not set
|
||||||
# CONFIG_ESPTOOLPY_FLASHMODE_DOUT is not set
|
# CONFIG_ESPTOOLPY_FLASHMODE_DOUT is not set
|
||||||
CONFIG_ESPTOOLPY_FLASHMODE="dio"
|
CONFIG_ESPTOOLPY_FLASHMODE="dio"
|
||||||
CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
|
# CONFIG_ESPTOOLPY_FLASHFREQ_80M is not set
|
||||||
# CONFIG_ESPTOOLPY_FLASHFREQ_40M is not set
|
CONFIG_ESPTOOLPY_FLASHFREQ_40M=y
|
||||||
# CONFIG_ESPTOOLPY_FLASHFREQ_26M is not set
|
# CONFIG_ESPTOOLPY_FLASHFREQ_26M is not set
|
||||||
# CONFIG_ESPTOOLPY_FLASHFREQ_20M is not set
|
# CONFIG_ESPTOOLPY_FLASHFREQ_20M is not set
|
||||||
CONFIG_ESPTOOLPY_FLASHFREQ="80m"
|
CONFIG_ESPTOOLPY_FLASHFREQ="40m"
|
||||||
# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set
|
# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set
|
||||||
# CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set
|
# CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set
|
||||||
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
||||||
|
Reference in New Issue
Block a user