diff --git a/beer-panel.php b/beer-panel.php index aca8c76..a1ee01f 100644 --- a/beer-panel.php +++ b/beer-panel.php @@ -1,27 +1,41 @@ . - */ + * along with BrewPi WWW RMX. If not, see . + * + * These scripts were originally a part of brewpi-www, a part of + * the BrewPi project. Legacy support (for the very popular Arduino + * controller) seems to have been discontinued in favor of new hardware. + * + * All credit for the original brewpi-www goes to @elcojacobs, + * @lukepower, @m-mcgowan, @vanosg, @GregAtkinson and I'm sure + * many more contributors around the world. My apologies if I have + * missed anyone; those were the names listed as contributors on the + * Legacy branch. + * + * See: 'original-license.md' for notes about the original project's + * license and credits. */ + ?>
Live LCD waiting for update from - script... + script.
diff --git a/index.php b/index.php index 1b848d7..c14f055 100644 --- a/index.php +++ b/index.php @@ -1,20 +1,33 @@ . - */ + * along with BrewPi WWW RMX. If not, see . + * + * These scripts were originally a part of brewpi-www, a part of + * the BrewPi project. Legacy support (for the very popular Arduino + * controller) seems to have been discontinued in favor of new hardware. + * + * All credit for the original brewpi-www goes to @elcojacobs, + * @lukepower, @m-mcgowan, @vanosg, @GregAtkinson and I'm sure + * many more contributors around the world. My apologies if I have + * missed anyone; those were the names listed as contributors on the + * Legacy branch. + * + * See: 'original-license.md' for notes about the original project's + * license and credits. */ // load default settings from file $defaultSettings = file_get_contents('defaultSettings.json'); @@ -63,7 +76,7 @@ function prepareJSON($input) { - BrewPi reporting for duty! + BrewPi Legacy Remix diff --git a/js/maintenance-panel.js b/js/maintenance-panel.js index ac8fc1f..ceb5079 100644 --- a/js/maintenance-panel.js +++ b/js/maintenance-panel.js @@ -1,20 +1,32 @@ -/* Copyright 2012 BrewPi/Elco Jacobs. - * This file is part of BrewPi. - - * BrewPi is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - - * BrewPi is distributed in the hope that it will be useful, +/* Copyright (C) 2018 Lee C. Bussy (@LBussy) + * + * This file is part of LBussy's BrewPi WWW Remix (BrewPi-WWW-RMX). + * + * BrewPi WWW RMX is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * BrewPi WWW RMX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * * You should have received a copy of the GNU General Public License - * along with BrewPi. If not, see . - */ - + * along with BrewPi WWW RMX. If not, see . + * + * These scripts were originally a part of brewpi-www, a part of + * the BrewPi project. Legacy support (for the very popular Arduino + * controller) seems to have been discontinued in favor of new hardware. + * + * All credit for the original brewpi-www goes to @elcojacobs, + * @lukepower, @m-mcgowan, @vanosg, @GregAtkinson and I'm sure + * many more contributors around the world. My apologies if I have + * missed anyone; those were the names listed as contributors on the + * Legacy branch. + * + * See: 'original-license.md' for notes about the original project's + * license and credits. */ /* jshint jquery:true */ /* global reloadControlConstantsFromArduino, reloadControlSettingsFromArduino, reloadControlVariablesFromArduino, reloadControlSettings, reloadControlConstants, reloadControlVariables, @@ -26,6 +38,9 @@ var controllerVersion; $(document).ready(function(){ "use strict"; updateControllerVersion(); + reloadControlConstantsFromArduino(); + reloadControlSettingsFromArduino(); + reloadControlVariablesFromArduino(); //Maintenance Panel $('#maintenance-panel') .dialog({