Skip to content

Commit

Permalink
Update modules.ui (#2250)
Browse files Browse the repository at this point in the history
GCS:Config: Allow zero battery cells to disable auto-detect
  • Loading branch information
fxbisto authored and tracernz committed Apr 4, 2019
1 parent cee7b4f commit c5f1441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ground/gcs/src/plugins/config/modules.ui
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@
<bool>false</bool>
</property>
<property name="minimum">
<number>1</number>
<number>0</number>
</property>
<property name="objrelation" stdset="0">
<stringlist>
Expand Down

3 comments on commit c5f1441

@tracernz
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, squashed so it would take the PR title, but that doesn't work for single commit PR.

@fxbisto
Copy link
Contributor Author

@fxbisto fxbisto commented on c5f1441 Apr 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, do you need me to recover the branch I deleted?

@tracernz
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, all good.

Please sign in to comment.