Skip to content

Commit 08aa581

Browse files
authored
Merge pull request #3 from esp-cpp/feature/cli
feat(cli): updated submodule
2 parents 3887f07 + b461fd3 commit 08aa581

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ run-time using the provided CLI, see screenshot below:
4141

4242
![CleanShot 2023-06-23 at 13 23 44](https://github.com/esp-cpp/bldc_test_stand/assets/213467/eb2a2f37-01d0-46e3-992a-48820401c0ab)
4343

44+
https://github.com/esp-cpp/bldc_test_stand/assets/213467/d0974dc0-430a-4957-bd6d-f9841209f21d
45+
4446
As you can see, the cli also allows you to start and stop the haptic engine
4547
(default is off when the program starts) and allows you to query the position of
4648
the motor based on the current detent config. The default detent config is the

components/espp

Submodule espp updated 76 files

main/main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ static constexpr int I2C_FREQ_HZ = (400 * 1000);
2222
static constexpr int I2C_TIMEOUT_MS = (10);
2323

2424
extern "C" void app_main(void) {
25-
espp::Cli::configure_stdin_stdout();
26-
2725
espp::Logger logger({.tag = "BLDC Test Stand", .level = espp::Logger::Verbosity::DEBUG});
2826

2927
logger.info("Bootup");

0 commit comments

Comments
 (0)