remove Serial

This commit is contained in:
proddy
2023-01-07 21:26:23 +01:00
parent 66d7dde79e
commit 6ed378086b
4 changed files with 2 additions and 33 deletions

View File

@@ -186,12 +186,6 @@ void WebDataService::device_data(AsyncWebServerRequest * request, JsonVariant &
emsdevice->generate_values_web(output);
#endif
// #ifdef EMSESP_USE_SERIAL
// #ifdef EMSESP_DEBUG
// serializeJson(output, Serial);
// #endif
// #endif
#if defined(EMSESP_DEBUG)
size_t length = response->setLength();
EMSESP::logger().debug("Dashboard buffer used: %d", length);