Skip to content

Commit

Permalink
Merge pull request #53 from archigup/fctry
Browse files Browse the repository at this point in the history
Fix comment referring to the fctry partition
  • Loading branch information
Skptak committed Oct 8, 2023
2 parents 76f7059 + 8754f3d commit 44d6fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/.cSpellWords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ coverity
ctest
cust
espressif
fctry
getpacketid
gpio
isystem
Expand Down
2 changes: 1 addition & 1 deletion main/networking/wifi/app_wifi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 44d6fe5

Please sign in to comment.