Skip to content

Commit

Permalink
fixed sensor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pollend committed Sep 6, 2018
1 parent 03882ba commit b7d6ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms/sensorpanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ SensorPanel::SensorPanel(const BluetoothAddress &target, QWidget *parent)
this->registerPlotHandlers();
this->registerDataHandlers();

connect(this->m_wrapper,&MetawearWrapperBase::metawareFailedToInitialized, this,[=](){
connect(this->m_wrapper,&MetawearWrapperBase::metawareInitialized, this,[=](){
this->m_wrapper->configureAccelerometer(4.f,25.f);
this->m_wrapper->configureGyroscope(MBL_MW_GYRO_BMI160_RANGE_125dps,MBL_MW_GYRO_BMI160_ODR_25Hz);
});
Expand Down

0 comments on commit b7d6ec6

Please sign in to comment.