MrBuddyCasino / ESP32_MP3_Decoder

A internet radio and bluetooth speaker project for the Espressif ESP32
774 stars 182 forks source link

Missing ini.h file #84

Open Anakin4952 opened 3 years ago

Anakin4952 commented 3 years ago

App "mp3_decoder" version: 1 CC build/playlist/playlist.o /home/stephan/Documents/Elektronik/netradio-other/MrBuddy/ESP32_MP3_Decoder-master/components/playlist/playlist.c:19:10: fatal error: ini.h: No such file or directory

include "ini.h"

compilation terminated. make[1]: [/home/stephan/esp/esp-idf/make/component_wrapper.mk:292: playlist.o] Error 1 make: [/home/stephan/esp/esp-idf/make/project.mk:635: component-playlist-build] Error 2

Toolchain version: esp-2020r3 Compiler version: 8.4.0 make: 4.2.1 ESP-IDF: v4.4-dev-4-g73db14240-dirty Latest ubuntu version. What's wrong? Where can I find ini.h?

idimou commented 3 years ago

@Anakin4952 check issue #77 in the closed issues tab.