- Timestamp:
- Oct 20, 2010, 10:50:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nodes/genesis-to-yaml.pl
r8342 r8586 123 123 $direction = 'None'; 124 124 } 125 $tmp{'compass'} = $direction; 125 if ($direction) { 126 $tmp{'compass'} = $direction; 127 } else { 128 $tmp{'compass'} = 'None'; 129 } 126 130 } elsif ($key =~ /^gain$/i) { 127 131 $value =~ s/dbi//;
Note:
See TracChangeset
for help on using the changeset viewer.