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(); }