File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ build_at:
3333
3434 script :
3535 - sed -i "/CONFIG_AT_OTA_TOKEN_KEY/c\\CONFIG_AT_OTA_TOKEN_KEY=\"$AT_OTA_KEY\"" sdkconfig.defaults
36- - sed -i "/CONFIG_AT_OTA_TOKEN_KEY /c\\CONFIG_AT_OTA_SSL_TOKEN_KEY=\"$AT_OTA_KEY\"" sdkconfig.defaults
36+ - sed -i "/CONFIG_AT_OTA_SSL_TOKEN_KEY /c\\CONFIG_AT_OTA_SSL_TOKEN_KEY=\"$AT_OTA_KEY\"" sdkconfig.defaults
3737 - make defconfig
3838 - make -j4
3939 - make print_flash_cmd | tail -n 1 > build/download.config
Original file line number Diff line number Diff line change @@ -69,3 +69,4 @@ CONFIG_AT_UART_PORT_CTS_PIN=15
6969CONFIG_AT_OTA_SERVER_IP="iot.espressif.cn"
7070CONFIG_AT_OTA_SERVER_PORT=80
7171CONFIG_AT_OTA_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7"
72+ CONFIG_AT_OTA_SSL_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7"
You can’t perform that action at this time.
0 commit comments