add gpio configuration to sysinfo page
This commit is contained in:
@@ -938,6 +938,8 @@ void WebCfgServer::buildInfoHtml(String &response)
|
||||
response.concat(uxTaskGetStackHighWaterMark(presenceDetectionTaskHandle));
|
||||
response.concat("\n");
|
||||
|
||||
_gpio->getConfigurationText(response, _gpio->pinConfiguration());
|
||||
|
||||
response.concat("Restart reason FW: ");
|
||||
response.concat(getRestartReason());
|
||||
response.concat( "\n");
|
||||
|
||||
Reference in New Issue
Block a user