Browse Source

[FL-948] iButton Dallas timings tuning (#420)

gornekich 4 năm trước cách đây
mục cha
commit
72d4290c21
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/onewire/one_wire_timings.h

+ 1 - 1
lib/onewire/one_wire_timings.h

@@ -37,7 +37,7 @@ typedef uint32_t OneWiteTimeType;
 
 class OneWireEmulateTiming {
 public:
-    constexpr static const OneWiteTimeType RESET_MIN = 430;
+    constexpr static const OneWiteTimeType RESET_MIN = 270;
     constexpr static const OneWiteTimeType RESET_MAX = 960;
 
     constexpr static const OneWiteTimeType PRESENCE_TIMEOUT = 20;