启用浮点数解析功能,允许参数解析工具 sh_parse_value() 解析浮点数

This commit is contained in:
LokLiang
2025-04-24 09:15:55 +08:00
parent 0173dbce58
commit 66f799bd1c

View File

@@ -22,7 +22,7 @@
#endif #endif
#ifndef CONFIG_SH_USE_STRTOD #ifndef CONFIG_SH_USE_STRTOD
#define CONFIG_SH_USE_STRTOD 0 /* 允许参数解析工具 sh_parse_value() 解析浮点数 */ #define CONFIG_SH_USE_STRTOD 1 /* 允许参数解析工具 sh_parse_value() 解析浮点数 */
#endif #endif
#define _SH_MIN_PARAM 10 #define _SH_MIN_PARAM 10