Umbau der Statistik Ausgabe (each enfernt)
Optimierungen
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
if (PHP_SAPI != 'cli') exit();
|
||||
define('PICONTROL', true);
|
||||
const PICONTROL = true;
|
||||
|
||||
$doNotCheckForAuthentification = true;
|
||||
(include_once realpath(dirname(__FILE__)).'/../init.php') or die('Error: 0x0000');
|
||||
@@ -13,4 +13,3 @@ $log->setFile(LOG_PATH.'statistic/coretemp.csv');
|
||||
$log->setLimit(2016);
|
||||
$log->add(array(time(), rpi_getCoreTemprature()));
|
||||
$log->close();
|
||||
?>
|
||||
Reference in New Issue
Block a user