From ebe72e769e519dc58888f0dacecf8d4ba5387480 Mon Sep 17 00:00:00 2001 From: Mike Burton Date: Thu, 20 Nov 2025 07:23:19 -0800 Subject: [PATCH] comments --- src/ESPUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ESPUI.cpp b/src/ESPUI.cpp index 522ea69..8f06276 100644 --- a/src/ESPUI.cpp +++ b/src/ESPUI.cpp @@ -23,7 +23,7 @@ static const char* customJS = nullptr; // Set custom JavaScript to be included in the UI. -// js: JavaScript code as a String or C-string. Must remain valid for the lifetime of the ESPUIClass instance. +// js: JavaScript code as a C-string. Must remain valid for the lifetime of the ESPUIClass instance. void ESPUIClass::setCustomJS(const char* js) { customJS = js;