Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
Remove option No regulation, if no regulation send not show blc widget
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Albisson authored and Damien Albisson committed Jul 2, 2024
1 parent 847dbc7 commit e0a6483
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/widgets/userspace_widgets/ic_blc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -477,11 +477,7 @@ class _IcBlcState extends State<IcBlc> {
DropdownMenuItem<String>(
value: "constant_current",
child: Text("current mode"),
),
DropdownMenuItem<String>(
value: "no_regulation",
child: Text("No regulation mode"),
),
)
],
value: _modeValueReq!,
onChanged: (String? value) {
Expand Down

0 comments on commit e0a6483

Please sign in to comment.