We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16ab38 commit 6b65f42Copy full SHA for 6b65f42
www/cape-info.php
@@ -819,6 +819,9 @@ function TestInternet() {
819
if (isset($currentCapeInfo['version'])) {
820
echo "<tr><td><b>Version:</b></td><td>" . $currentCapeInfo['version'] . "</td></tr>";
821
}
822
+ if (isset($currentCapeInfo['eepromVersion'])) {
823
+ echo "<tr><td><b>EEPROM Version:</b></td><td>" . $currentCapeInfo['eepromVersion'] . "</td></tr>";
824
+ }
825
if (isset($currentCapeInfo['serialNumber'])) {
826
echo "<tr><td><b>Serial Number:</b></td><td>" . $currentCapeInfo['serialNumber'] . "</td></tr>";
827
0 commit comments