mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-05 19:19:18 +00:00
revert sensorlib
This commit is contained in:
parent
a34cc8757c
commit
5771f00a00
@ -159,7 +159,7 @@ lib_deps =
|
|||||||
https://github.com/boschsensortec/Bosch-BSEC2-Library#v1.7.2502
|
https://github.com/boschsensortec/Bosch-BSEC2-Library#v1.7.2502
|
||||||
boschsensortec/BME68x Sensor Library@^1.1.40407
|
boschsensortec/BME68x Sensor Library@^1.1.40407
|
||||||
https://github.com/KodinLanewave/INA3221@^1.0.1
|
https://github.com/KodinLanewave/INA3221@^1.0.1
|
||||||
lewisxhe/SensorLib@0.2.2
|
lewisxhe/SensorLib@0.2.0
|
||||||
mprograms/QMC5883LCompass@^1.2.0
|
mprograms/QMC5883LCompass@^1.2.0
|
||||||
|
|
||||||
https://github.com/meshtastic/DFRobot_LarkWeatherStation#4de3a9cadef0f6a5220a8a906cf9775b02b0040d
|
https://github.com/meshtastic/DFRobot_LarkWeatherStation#4de3a9cadef0f6a5220a8a906cf9775b02b0040d
|
||||||
|
@ -26,9 +26,9 @@ bool BMA423Sensor::init()
|
|||||||
|
|
||||||
#ifdef T_WATCH_S3
|
#ifdef T_WATCH_S3
|
||||||
// Need to raise the wrist function, need to set the correct axis
|
// Need to raise the wrist function, need to set the correct axis
|
||||||
sensor.setRemapAxes(sensor.REMAP_TOP_LAYER_RIGHT_CORNER);
|
sensor.setReampAxes(sensor.REMAP_TOP_LAYER_RIGHT_CORNER);
|
||||||
#else
|
#else
|
||||||
sensor.setRemapAxes(sensor.REMAP_BOTTOM_LAYER_BOTTOM_LEFT_CORNER);
|
sensor.setReampAxes(sensor.REMAP_BOTTOM_LAYER_BOTTOM_LEFT_CORNER);
|
||||||
#endif
|
#endif
|
||||||
// sensor.enableFeature(sensor.FEATURE_STEP_CNTR, true);
|
// sensor.enableFeature(sensor.FEATURE_STEP_CNTR, true);
|
||||||
sensor.enableFeature(sensor.FEATURE_TILT, true);
|
sensor.enableFeature(sensor.FEATURE_TILT, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user