Code:
r5316 | landlord | 2011-05-28 21:39:36 +02.00 (Sat, 28 May 2011) | 1 line
Fixed compile error 'TAG_LCD undeclared'.
-------------------------------------------------------------------------
r5315 | landlord | 2011-05-28 21:36:35 +02.00 (Sat, 28 May 2011) | 2 lines
Fixed naming in Web Interface.
-------------------------------------------------------------------------
r5314 | landlord | 2011-05-28 20:26:16 +02.00 (Sat, 28 May 2011) | 1 line
Added new parameters 'lcd_outputpath', 'lcd_hideidle' and 'lcd_writeintervall' to documentation.
-------------------------------------------------------------------------
r5313 | alno | 2011-05-28 20:04:00 +02.00 (Sat, 28 May 2011) | 2 lines
LCD: add new token in oscam.conf [lcd] with 3 parameters:
lcd_outputpath = my/output/path (default if missing is temppath)
lcd_hideidle = 0|1 default 0 (hide reader/proxy in lcd output if idle >20 sek)
lcd_writeintervall = >5 default 10 (refresh interval in seconds, values <5 are not allowed)
This parameters are not avail in Webif yet but editable over files section or manually in oscam.config
-------------------------------------------------------------------------
r5312 | Admin | 2011-05-28 18:17:25 +02.00 (Sat, 28 May 2011) | 1 line
Fix "class" parameter which got broken through r5298