mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 12:37:01 +03:00
nvs configuration fixes
This commit is contained in:
@@ -47,7 +47,7 @@ static const type_str_pair_t type_str_pair[] = {
|
||||
|
||||
static const size_t TYPE_STR_PAIR_SIZE = sizeof(type_str_pair) / sizeof(type_str_pair[0]);
|
||||
static const char *ARG_TYPE_STR = "type can be: i8, u8, i16, u16 i32, u32 i64, u64, str, blob";
|
||||
char current_namespace[] = "squeezelite-esp32";
|
||||
char current_namespace[] = "config";
|
||||
static const char * TAG = "platform_esp32";
|
||||
|
||||
static struct {
|
||||
|
||||
Reference in New Issue
Block a user