Skip to content

Commit

Permalink
testability: bench test commands should have automated coverage usin…
Browse files Browse the repository at this point in the history
…g simulator #5562
  • Loading branch information
rusefillc committed Sep 13, 2023
1 parent 5e660cb commit 8881290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/controllers/algo/engine_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ enum class engine_type_e : uint16_t {

PROTEUS_HONDA_OBD2A = 91,

UNUSED_92 = 92,
SIMULATOR_CONFIG = 92,

PROTEUS_N73 = 93,

Expand Down
1 change: 1 addition & 0 deletions firmware/integration/rusefi_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1817,6 +1817,7 @@ end_struct

#define CMD_SET_SENSOR_MOCK "set_sensor_mock"
#define CMD_RESET_SENSOR_MOCKS "reset_sensor_mocks"
#define CMD_RESET_SIMULATOR "reset_simulator"

#define GAUGE_NAME_VERSION "firmware"
#define GAUGE_NAME_UPTIME "Uptime"
Expand Down

0 comments on commit 8881290

Please sign in to comment.