1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-11-27 23:03:16 +00:00
This commit is contained in:
Mike Burton
2025-11-20 07:23:19 -08:00
parent 73c3a97cf8
commit ebe72e769e

View File

@@ -23,7 +23,7 @@
static const char* customJS = nullptr; static const char* customJS = nullptr;
// Set custom JavaScript to be included in the UI. // 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) void ESPUIClass::setCustomJS(const char* js)
{ {
customJS = js; customJS = js;