disable debug on elliptic sensor

This commit is contained in:
mikairyuu 2022-08-09 19:20:47 +03:00
parent f49d8b2b7f
commit 26671c5081

View File

@ -1,7 +1,7 @@
<ellipticSensorSetup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <ellipticSensorSetup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="elliptic_sensor.xsd"> xsi:noNamespaceSchemaLocation="elliptic_sensor.xsd">
<sensors> <sensors>
<sensor name="Elliptic Proximity" reader="hexagon" sensor_type="8" type="4" subtype="401" audio_notify="ultrasound-proximity" debug="true"> <sensor name="Elliptic Proximity" reader="hexagon" sensor_type="8" type="4" subtype="401" audio_notify="ultrasound-proximity" debug="false">
<ranges> <ranges>
<near value="0.0" limit="3.0"></near> <near value="0.0" limit="3.0"></near>
<far value="5.0" limit="5.0"></far> <far value="5.0" limit="5.0"></far>