publish to select
This commit is contained in:
@@ -72,6 +72,8 @@ class OptomaRS232Component : public uart::UARTDevice, public PollingComponent {
|
||||
private:
|
||||
char buffer_[128]{};
|
||||
size_t cursor_ = 0;
|
||||
|
||||
void publish_input_(const std::string &state) const;
|
||||
};
|
||||
|
||||
#ifdef USE_SELECT
|
||||
|
||||
Reference in New Issue
Block a user