We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 395b7bb + 58ee5ab commit 3d4a116Copy full SHA for 3d4a116
main/interface/uart/at_uart_task.c
@@ -200,7 +200,7 @@ static void at_uart_init(void)
200
int32_t ctx_pin = CONFIG_AT_UART_PORT_CTS_PIN;
201
int32_t rtx_pin = CONFIG_AT_UART_PORT_RTS_PIN;
202
char* data = NULL;
203
- const esp_partition_t * partition = esp_at_custom_partition_find(0x40,11,"factory_param");
+ const esp_partition_t * partition = esp_at_custom_partition_find(0x40,8,"factory_param");
204
205
memset(&uart_nvm_config,0x0,sizeof(uart_nvm_config));
206
0 commit comments