add gpio configuration to sysinfo page

This commit is contained in:
technyon
2023-04-07 21:17:16 +02:00
parent c2ce5a151d
commit 16a7f6fc78
5 changed files with 7 additions and 7 deletions

View File

@@ -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");