Skip to content

Commit 5f48ed2

Browse files
authored
update espp to v0.14.2 (#11)
1 parent 12a0760 commit 5f48ed2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/espp

Submodule espp updated 422 files

main/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extern "C" void app_main(void) {
1818
#pragma message("Using MotorGo Mini hardware configuration")
1919
logger.info("Using MotorGo Mini hardware configuration");
2020
// we don't want to init both motors, so we'll pass in auto_init=false
21-
espp::MotorGoMini motorgo_mini({.auto_init = false});
21+
auto &motorgo_mini = espp::MotorGoMini::get();
2222
motorgo_mini.init_motor_channel_1();
2323
auto &motor = motorgo_mini.motor1();
2424
using BldcHaptics = espp::BldcHaptics<espp::MotorGoMini::BldcMotor>;

0 commit comments

Comments
 (0)