diff --git a/docs/Logging.md b/docs/Logging.md index 46ea9f0..0ecaec4 100644 --- a/docs/Logging.md +++ b/docs/Logging.md @@ -96,7 +96,7 @@ To add your own data to the table, simply extend the String *htmlText* by adding ```C++ void extraData(String &r){ r+="Free DRAM:" + String(esp_get_free_internal_heap_size()) + " bytes\n"; - r+="

Click Here to Access HomeSpan Repo

"; + r+="

Click Here to Access HomeSpan Repo

"; } ```