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