Skip to content

Commit 9821c4b

Browse files
committed
[autocfg.php] Comment out peppy section
TODO: Requires more extensive configuration when restoring
1 parent f1af28c commit 9821c4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

www/inc/autocfg.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,9 +704,10 @@ function getCfgTableParams($table, $values, $prefix = '') {
704704
}
705705
}
706706
}],
707+
/*TODO: Requires more extensive configuration
707708
'PeppyMeter display (General)',
708709
['requires' => ['peppy_display'], 'handler' => 'setSessVarSql'],
709-
['requires' => ['peppy_display_type'], 'handler' => 'setSessVarSql'],
710+
['requires' => ['peppy_display_type'], 'handler' => 'setSessVarSql'],*/
710711
'USB volume knob',
711712
['requires' => ['usb_volknob'], 'handler' => 'setSessVarOnly'],
712713
'Rotary encoder',

0 commit comments

Comments
 (0)