From 84d7b1f80078858c4f74975e9e4d17082824c795 Mon Sep 17 00:00:00 2001 From: Yann Locatelli Date: Fri, 5 Jul 2024 16:52:49 +0200 Subject: [PATCH] update values --- drivers/CoreRFIDReader/include/CoreRFIDReaderCR95HF.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/CoreRFIDReader/include/CoreRFIDReaderCR95HF.h b/drivers/CoreRFIDReader/include/CoreRFIDReaderCR95HF.h index 04dac3849..e6b6816f2 100644 --- a/drivers/CoreRFIDReader/include/CoreRFIDReaderCR95HF.h +++ b/drivers/CoreRFIDReader/include/CoreRFIDReaderCR95HF.h @@ -43,7 +43,7 @@ namespace rfid::cr95hf { inline constexpr auto enter_control = std::to_array({0x21, 0x00}); inline constexpr auto wu_control = std::to_array({0x79, 0x01}); inline constexpr auto leave_control = std::to_array({0x18, 0x00}); - inline constexpr auto wu_periode = uint8_t {0x20}; // Duration beteen two burst + inline constexpr auto wu_periode = uint8_t {0x28}; // Duration beteen two burst inline constexpr auto oscillator_start = uint8_t {0x60}; // HFO to stabilize inline constexpr auto digital_to_analog_start = uint8_t {0x60}; // DAC to stabilize inline constexpr auto digital_to_analog_data =