mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 09:18:00 +01:00
Fix: Variable Definition
This commit is contained in:
parent
0b648aef1a
commit
59a441b95d
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class MR60FDA2Component : public Component,
|
|||
uint16_t current_frame_type_;
|
||||
uint32_t current_install_height_int_;
|
||||
uint32_t current_height_threshold_int_;
|
||||
uint32_t current_sensitivity_;
|
||||
uint8_t current_sensitivity_;
|
||||
uint8_t select_index_;
|
||||
|
||||
bool validate_checksum_(const uint8_t *data, size_t len, uint8_t expected_checksum);
|
||||
|
|
Loading…
Reference in a new issue