mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-28 05:10:49 +03:00
NVS Refactor ** Factory+Squeezelite FLASH required for this branch!
This is a major refactoring of the nvs parameters storage. To support this, a new partition was added. To start using this branch, one must flash all binaries and possibly re-configure the system.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#ifndef EMBEDDED_H
|
||||
#define EMBEDDED_H
|
||||
|
||||
#include "esp_system.h"
|
||||
#include <inttypes.h>
|
||||
|
||||
/* must provide
|
||||
@@ -41,7 +41,10 @@ uint32_t _gettime_ms_(void);
|
||||
int pthread_create_name(pthread_t *thread, _CONST pthread_attr_t *attr,
|
||||
void *(*start_routine)( void * ), void *arg, char *name);
|
||||
|
||||
// these are here as they can be #define to nothing
|
||||
// these are here as they can be #define to nothing
|
||||
extern bool enable_bt_sink;
|
||||
extern bool enable_airplay;
|
||||
|
||||
void register_external(void);
|
||||
void deregister_external(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user