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

This commit is contained in:
gornekich 2021-04-21 14:14:39 +03:00 committed by GitHub
parent 1ae3bc1a2d
commit 72d4290c21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;