mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- vfd_setup: re-disable vfd-stuff for zee
This commit is contained in:
@@ -53,7 +53,7 @@ CVfdSetup::CVfdSetup()
|
|||||||
{
|
{
|
||||||
width = w_max (40, 10);
|
width = w_max (40, 10);
|
||||||
dim_time = NULL;
|
dim_time = NULL;
|
||||||
vfd_enabled = true; //(cs_get_revision() != 10);
|
vfd_enabled = (cs_get_revision() != 10);
|
||||||
}
|
}
|
||||||
|
|
||||||
CVfdSetup::~CVfdSetup()
|
CVfdSetup::~CVfdSetup()
|
||||||
|
Reference in New Issue
Block a user