Skip to content

Commit 5ae9874

Browse files
committed
feat(cli): updated submodule
* Update espp submodule to support terminal resizing of cli and have better support for initialization * Removed extra call to configure_stdin_stdout now that the cli has been updated to not require it on s3.
1 parent 3887f07 commit 5ae9874

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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)