mirror of
https://github.com/s00500/ESPUI.git
synced 2025-11-27 23:03:16 +00:00
comments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user