Skip to content

Commit ea8e4ba

Browse files
committed
hide broken amps and non-functional tuner in Lite mk2
1 parent a3621f2 commit ea8e4ba

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

lib/bluetooth/devices/NuxMightyLiteMk2.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

lib/bluetooth/devices/presets/MightyMk2Preset.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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(),

0 commit comments

Comments
 (0)