Skip to content

Commit 3d4a116

Browse files
committed
Merge branch 'bugfix/factory_param_partition_subtype_error_v1.1' into 'release/v1.1.0.0'
fix: the subtype of factory param partition is error See merge request application/esp-at!209
2 parents 395b7bb + 58ee5ab commit 3d4a116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/interface/uart/at_uart_task.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ static void at_uart_init(void)
200200
int32_t ctx_pin = CONFIG_AT_UART_PORT_CTS_PIN;
201201
int32_t rtx_pin = CONFIG_AT_UART_PORT_RTS_PIN;
202202
char* data = NULL;
203-
const esp_partition_t * partition = esp_at_custom_partition_find(0x40,11,"factory_param");
203+
const esp_partition_t * partition = esp_at_custom_partition_find(0x40,8,"factory_param");
204204

205205
memset(&uart_nvm_config,0x0,sizeof(uart_nvm_config));
206206

0 commit comments

Comments
 (0)