Skip to content

fix(nvs): Fix typos in NVS configuration keys#1757

Open
psp0 wants to merge 1 commit into
bitaxeorg:masterfrom
psp0:fix/typo
Open

fix(nvs): Fix typos in NVS configuration keys#1757
psp0 wants to merge 1 commit into
bitaxeorg:masterfrom
psp0:fix/typo

Conversation

@psp0

@psp0 psp0 commented Jun 7, 2026

Copy link
Copy Markdown

Fixed a simple typo in the nvs_config.c file

@mutatrum

mutatrum commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

NACK, this fails on upgrade. The key already exists for several versions, so people have config stored in NVS under the key with typo.

It should have a migration handler in nvs_config_init_fallback.

@psp0

psp0 commented Jun 9, 2026

Copy link
Copy Markdown
Author

NACK, this fails on upgrade. The key already exists for several versions, so people have config stored in NVS under the key with typo.

It should have a migration handler in nvs_config_init_fallback.

Added migration handler in nvs_config_init_fallback. Please re-review.

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

Test Results

 2 files  ±0   2 suites  ±0   0s ⏱️ ±0s
92 tests ±0  92 ✅ ±0  0 💤 ±0  0 ❌ ±0 
94 runs  ±0  94 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 9379a63. ± Comparison against base commit 9e1b5cc.

♻️ This comment has been updated with latest results.

@psp0

psp0 commented Jun 12, 2026

Copy link
Copy Markdown
Author

Just force-pushed to remove an accidental merge commit. No code changes

@mutatrum

Copy link
Copy Markdown
Collaborator

No need to update the branch if there are no conflicts, that will be taken care off on merge.

@WantClue WantClue added the cleanup Code cleanup label Jun 14, 2026

@WantClue WantClue left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good finding, thank you

@WantClue WantClue added this to the 2.15.0 milestone Jun 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cleanup Code cleanup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants