diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-06-05 10:10:34 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-06-05 10:10:34 +0200 |
commit | beca53b79fd595da46da779a20464c333d63e3a0 (patch) | |
tree | 5ca2567d571711773f2036221259eff30db85e3e /ota-test/sdkconfig | |
parent | fadeb06d74c3d739dc1202031e1eea1374e8917e (diff) | |
download | modern-esp-sandbox-beca53b79fd595da46da779a20464c333d63e3a0.tar.gz modern-esp-sandbox-beca53b79fd595da46da779a20464c333d63e3a0.tar.bz2 modern-esp-sandbox-beca53b79fd595da46da779a20464c333d63e3a0.tar.xz modern-esp-sandbox-beca53b79fd595da46da779a20464c333d63e3a0.zip |
wip
Diffstat (limited to 'ota-test/sdkconfig')
-rw-r--r-- | ota-test/sdkconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ota-test/sdkconfig b/ota-test/sdkconfig index 12f4b7d..b0ed00c 100644 --- a/ota-test/sdkconfig +++ b/ota-test/sdkconfig @@ -17,14 +17,14 @@ CONFIG_ESPTOOLPY_PORT="/dev/ttyUSB0" CONFIG_ESPTOOLPY_BAUD_57600B= CONFIG_ESPTOOLPY_BAUD_115200B= CONFIG_ESPTOOLPY_BAUD_230400B= -CONFIG_ESPTOOLPY_BAUD_256000B= -CONFIG_ESPTOOLPY_BAUD_460800B=y +CONFIG_ESPTOOLPY_BAUD_256000B=y +CONFIG_ESPTOOLPY_BAUD_460800B= CONFIG_ESPTOOLPY_BAUD_512000B= CONFIG_ESPTOOLPY_BAUD_921600B= CONFIG_ESPTOOLPY_BAUD_2MB= CONFIG_ESPTOOLPY_BAUD_OTHER= CONFIG_ESPTOOLPY_BAUD_OTHER_VAL=115200 -CONFIG_ESPTOOLPY_BAUD=460800 +CONFIG_ESPTOOLPY_BAUD=256000 CONFIG_ESPTOOLPY_COMPRESSED=y CONFIG_FLASHMODE_QIO=y CONFIG_FLASHMODE_QOUT= @@ -85,7 +85,7 @@ CONFIG_ESP8266_APP_SIZE=0xFEFF0 CONFIG_ESP8266_APP_FLASH_ADDRESS=0x2000 CONFIG_ESP8266_BOOTLOADER_ESPRESSIF= CONFIG_ESP8266_BOOTLOADER_CUSTOM=y -CONFIG_ESP8266_BOOTLOADER_CUSTOM_VAL="../thirdparty/rboot/firmware/rboot.bin" +CONFIG_ESP8266_BOOTLOADER_CUSTOM_VAL="build/rboot.bin" CONFIG_ESP8266_BOOTLOADER="CUSTOM" # |