mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-08 05:39:09 -07:00
Fix vscode's fumbled merge conflicts
This commit is contained in:
@@ -178,16 +178,6 @@ void cli_command_src(Cli* cli, FuriString* args, void* context) {
|
||||
printf("https://github.com/Next-Flip/Momentum-Firmware");
|
||||
}
|
||||
|
||||
void cli_command_src(Cli* cli, FuriString* args, void* context) {
|
||||
// Quality of life feature for people exploring CLI on lab.flipper.net/cli
|
||||
// By Yousef AK
|
||||
UNUSED(cli);
|
||||
UNUSED(args);
|
||||
UNUSED(context);
|
||||
|
||||
printf("https://github.com/Next-Flip/Momentum-Firmware");
|
||||
}
|
||||
|
||||
#define CLI_COMMAND_LOG_RING_SIZE 2048
|
||||
#define CLI_COMMAND_LOG_BUFFER_SIZE 64
|
||||
|
||||
|
||||
@@ -16,11 +16,8 @@
|
||||
#define LOCKED_HINT_TIMEOUT_MS (3000)
|
||||
#define UNLOCKED_HINT_TIMEOUT_MS (2000)
|
||||
|
||||
#define DOOR_OFFSET_START (-55)
|
||||
#define DOOR_OFFSET_END (0)
|
||||
|
||||
#define DOOR_L_FINAL_POS (0)
|
||||
#define DOOR_R_FINAL_POS (60)
|
||||
#define COVER_OFFSET_START (-64)
|
||||
#define COVER_OFFSET_END (0)
|
||||
|
||||
#define UNLOCK_CNT (3)
|
||||
#define UNLOCK_RST_TIMEOUT (600)
|
||||
|
||||
Reference in New Issue
Block a user