feat(openthread): support changing openthread version information

This commit is contained in:
Xu Si Yu
2024-07-01 20:10:31 +08:00
parent 35e36f2cab
commit d894253c48
6 changed files with 41 additions and 8 deletions

View File

@@ -14,7 +14,7 @@
* The platform-specific string to insert into the OpenThread version string.
*
*/
#define OPENTHREAD_CONFIG_PLATFORM_INFO CONFIG_IDF_TARGET
#define OPENTHREAD_CONFIG_PLATFORM_INFO CONFIG_OPENTHREAD_PLATFORM_INFO
/**
* @def OPENTHREAD_CONFIG_PLATFORM_ASSERT_MANAGEMENT
@@ -131,7 +131,7 @@
* Define to the full name of this package.
*
*/
#define PACKAGE_NAME "openthread-esp32"
#define PACKAGE_NAME CONFIG_OPENTHREAD_PACKAGE_NAME
/**
* @def PACKAGE_STRING