149typedef void (*
menuCb)(
const char* label,
bool selected, uint32_t value);
198 const int32_t* optionValues, uint8_t numOptions,
const settingParam_t* bounds,
199 int32_t currentValue);
A doubly linked list with pointers to the first and last nodes.
Definition linked_list.h:87
A node in a doubly linked list with pointers to the previous and next values (which may be NULL),...
Definition linked_list.h:77
Immutable data for a setting, including minimum, maximum, and default values, and the NVS key.
Definition settingsManager.h:100