libpeer icon indicating copy to clipboard operation
libpeer copied to clipboard

Make configurable by ESP-IDF menuconfig.

Open ciniml opened this issue 11 months ago • 0 comments

Currently libpeer requires to modify config.h to configure it.

In ESP-IDF project, idf.py menuconfig is generally used to configure the project and components

This PR adds Kconfig definition and modifies config.h to use generated macros by idf.py

ciniml avatar Jan 18 '25 19:01 ciniml