From 8754f3d20766964802c6aee65fa0c0e242478e36 Mon Sep 17 00:00:00 2001 From: Archit Gupta Date: Thu, 5 Oct 2023 07:47:32 -0700 Subject: [PATCH] Fix comment referring to the fctry partition --- .github/.cSpellWords.txt | 1 + main/networking/wifi/app_wifi.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/.cSpellWords.txt b/.github/.cSpellWords.txt index 5849f3b..dfe31de 100644 --- a/.github/.cSpellWords.txt +++ b/.github/.cSpellWords.txt @@ -42,6 +42,7 @@ coverity ctest cust espressif +fctry getpacketid gpio isystem diff --git a/main/networking/wifi/app_wifi.h b/main/networking/wifi/app_wifi.h index 619a332..fad5a34 100644 --- a/main/networking/wifi/app_wifi.h +++ b/main/networking/wifi/app_wifi.h @@ -13,7 +13,7 @@ typedef enum { /** Use MAC address to generate PoP */ POP_TYPE_MAC, - /** Use random stream generated and stored in factory partition during claiming process as PoP */ + /** Use random stream generated and stored in the fctry partition during claiming process as PoP */ POP_TYPE_RANDOM } app_wifi_pop_type_t;