remote_base changes (#5124)

This commit is contained in:
Sergey Dudanov
2023-07-31 00:07:33 +04:00
committed by GitHub
parent a120a455bf
commit 794a4bd9a1
6 changed files with 147 additions and 164 deletions
@@ -48,7 +48,7 @@ class RemoteTransmitterComponent : public remote_base::RemoteTransmitterBase,
esp_err_t error_code_{ESP_OK};
bool inverted_{false};
#endif
uint8_t carrier_duty_percent_{50};
uint8_t carrier_duty_percent_;
};
} // namespace remote_transmitter