update TODOs

This commit is contained in:
proddy
2023-03-05 14:31:14 +01:00
parent 8ee8998381
commit 9b3b758be7
3 changed files with 483 additions and 528 deletions

View File

@@ -349,7 +349,7 @@ void SyslogService::loop() {
}
bool SyslogService::can_transmit() {
// TODO this should be checked for Eth
// TODO this should be checked also for Eth
if (!host_.empty() && (uint32_t)ip_ == 0) {
WiFi.hostByName(host_.c_str(), ip_);
}