Skip to content

Add support for indexed strings in NVS config#1504

Open
mutatrum wants to merge 2 commits intobitaxeorg:masterfrom
mutatrum:nvs-indexed-string
Open

Add support for indexed strings in NVS config#1504
mutatrum wants to merge 2 commits intobitaxeorg:masterfrom
mutatrum:nvs-indexed-string

Conversation

@mutatrum
Copy link
Collaborator

Code extracted from both #1236 and #1500, so those PRs can be smaller.

@mutatrum mutatrum added the enhancement New feature or request label Jan 12, 2026
@github-actions
Copy link

github-actions bot commented Jan 12, 2026

Test Results

42 tests  ±0   42 ✅ ±0   0s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 01eab72. ± Comparison against base commit 8a31061.

♻️ This comment has been updated with latest results.

@mutatrum mutatrum changed the title Add support for indeed strings in NVS config Add support for indexed strings in NVS config Jan 12, 2026
nvs_stats_t stats;
err = nvs_get_stats(NULL, &stats);
if (err == ESP_OK) {
ESP_LOGI(TAG, "Used entries: %lu", stats.used_entries);
Copy link
Collaborator

Choose a reason for hiding this comment

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

might a LOGD be more useful here instead of a LOGI ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants