Refactor configuration management by introducing CustomConfig class. Updated config.hpp to streamline settings and removed legacy configuration presets. Adjusted controller and custom_robot classes to utilize the new configuration structure. Enhanced error handling and logging during initialization processes.
This commit is contained in:
@@ -29,6 +29,7 @@ set(SOURCES
|
||||
src/custom_robot.cpp
|
||||
src/config.cpp
|
||||
src/logger.cpp
|
||||
# src/mqtt.cpp # Disabled MQTT for now
|
||||
)
|
||||
|
||||
# Create executable with simple name
|
||||
|
||||
Reference in New Issue
Block a user