publish to select

This commit is contained in:
T
2025-03-14 18:05:03 +01:00
parent 6454dc6d58
commit 2c29ef0e71
2 changed files with 17 additions and 4 deletions

View File

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