$f=fopen("/image.hex","r");
if ($f && filesize($f)) {
log("Firmware Update Initiated");
firmwareupdate();
} else {
print("Firmware file /image.hex does not exist!");
}
?>
====See Also====
[[firmware:Wattmon Firmware]] - The HEX file that is flashed onto the chip