mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
neutrino.cpp: change led defaults for trinity
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0fd4d4f439
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-02-11 (Mon, 11 Feb 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -364,9 +364,9 @@ int CNeutrinoApp::loadSetup(const char * fname)
|
||||
g_settings.rotor_swap = configfile.getInt32( "rotor_swap", 0);
|
||||
|
||||
//led
|
||||
g_settings.led_tv_mode = configfile.getInt32( "led_tv_mode", 1);
|
||||
g_settings.led_standby_mode = configfile.getInt32( "led_standby_mode", 1);
|
||||
g_settings.led_deep_mode = configfile.getInt32( "led_deep_mode", 1);
|
||||
g_settings.led_tv_mode = configfile.getInt32( "led_tv_mode", 2);
|
||||
g_settings.led_standby_mode = configfile.getInt32( "led_standby_mode", 3);
|
||||
g_settings.led_deep_mode = configfile.getInt32( "led_deep_mode", 3);
|
||||
g_settings.led_rec_mode = configfile.getInt32( "led_rec_mode", 1);
|
||||
g_settings.led_blink = configfile.getInt32( "led_blink", 1);
|
||||
|
||||
|
Reference in New Issue
Block a user