mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 13:37:03 +03:00
migrating to esp-idf V4.0 gcc 8.2 and CMake
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
idf_component_register(SRCS "nvs_utilities.c" "platform_config.c"
|
||||
INCLUDE_DIRS .
|
||||
INCLUDE_DIRS . ../tools/
|
||||
REQUIRES nvs_flash json platform_console services vfs
|
||||
REQUIRES newlib nvs_flash json platform_console services vfs
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "nvs.h"
|
||||
#include "assert.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user