diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-01-28 10:35:25 -0500 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-01-28 10:35:25 -0500 |
commit | 4e77d77e5dd1ea4268100bf870c58e45a86cb9ce (patch) | |
tree | 92c13ade7f4878c14993dc17762382d650788b87 /globals.h | |
parent | 237c74240feecedd4b4206eb4a447736cbcb5a9c (diff) |
make vxi feature optional, enable with "diag:eprom:char 225 1"
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -435,7 +435,7 @@ typedef struct { char ChanKey_Burst_Time; /* 224 */ - char network_enabled; /* 225 */ + char vxi_enabled; /* 225 */ short web_session_timeout; /* 226 - timeout in seconds */ |