refactor(config): 提取配置常量到单独的头文件
- 新增 constant_config.hpp 头文件,定义所有配置常量
- 修改 message_handler.cpp、methane_serial_port.cpp、slam_wrapper.cpp 和 tcp_client.cpp,使用配置常量替代硬编码值
- 优化 methane_serial_port.cpp 中的 HTTP 请求构建方式
- 调整 slam_wrapper.cpp 中的倒计时逻辑
1 parent ed27fcd commit c7f39f64a715690673da3a1eaaeb737807ec9896
pengxianhong authored on 10 Apr
Showing 5 changed files
View
src/constant_config.hpp 0 → 100644
View
src/message_handler.cpp
View
src/methane_serial_port.cpp
View
src/slam_wrapper.cpp
View
src/tcp_client.cpp