Moved all filenames to filesystem file
This commit is contained in:
@@ -10,8 +10,6 @@
|
||||
#include <settings/peripherals_settings.h>
|
||||
#include <platform_shared/message.pb.h>
|
||||
|
||||
#define PERIPHERAL_SETTINGS_FILE "/config/peripheralSettings.pb"
|
||||
|
||||
#include <list>
|
||||
|
||||
#include <NewPing.h>
|
||||
|
||||
@@ -16,8 +16,6 @@
|
||||
#define FACTORY_SERVO_OSCILLATOR_FREQUENCY 27000000
|
||||
#endif
|
||||
|
||||
#define SERVO_SETTINGS_FILE "/config/servoSettings.pb"
|
||||
|
||||
enum class SERVO_CONTROL_STATE { DEACTIVATED, PWM, ANGLE };
|
||||
|
||||
using ServoSettings = api_ServoSettings;
|
||||
|
||||
Reference in New Issue
Block a user