File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,9 @@ class NuxMightyLiteMk2 extends NuxDevice
189189
190190 @override
191191 bool get tunerAvailable {
192- return deviceControl.isConnected;
192+ //probably in a firmware update
193+ return false ;
194+ //return deviceControl.isConnected;
193195 }
194196
195197 @override
Original file line number Diff line number Diff line change @@ -123,7 +123,8 @@ class MightyMk2Preset extends Preset {
123123 DeluxeRvb (),
124124 BassMate (),
125125 Tweedy (),
126- TwinRvb (),
126+ //this one and VibroKing cause crashes or ear piercing feedbacks
127+ //TwinRvb(),
127128 HiWire (),
128129 CaliCrunch (),
129130 ClassA15 (),
@@ -136,7 +137,7 @@ class MightyMk2Preset extends Preset {
136137 FiremanHBE (),
137138 DualRect (),
138139 DIEVH4 (),
139- VibroKing (),
140+ // VibroKing(),
140141 Budda (),
141142 MrZ38 (),
142143 SuperRvb (),
You can’t perform that action at this time.
0 commit comments