1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 15:18:16 +00:00

removed outdated comment

This commit is contained in:
j0ta29 2023-12-03 13:16:58 +00:00
parent bfeeefb2b4
commit 0084049c13

View File

@ -37,8 +37,6 @@ void Optolink::setup() {
#elif defined(USE_ESP8266)
VitoWiFi.setup(&Serial);
#endif
// set_interval("Optolink_comm", 10000, std::bind(&Optolink::_comm, this));
}
void Optolink::loop() { VitoWiFi.loop(); }