Skip to content

Commit 18ee4d4

Browse files
Remove RESOLUTION/STEPS from AnalogMultiPosSnippet (#14)
* Remove RESOLUTION/STEPS from AnalogMultiPosSnippet This parameter is no longer in the bios ardiuno library * Bump changes to 0.2.5
1 parent 6df264b commit 18ee4d4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bort",
33
"author": "charlie",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"description": "A tool for sending data to and viewing data from DCS-BIOS.",
66
"private": true,
77
"main": ".webpack/main",

src/components/Snippet/InputSnippet/SetStateSnippetBlock/AnalogMultiPosSnippet/AnalogMultiPosSnippet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default class AnalogMultiPosSnippet extends Component<AnalogMultiPosSnipp
1515
return (
1616
<Snippet>
1717
DcsBios::AnalogMultiPos {methodName}({`"${controlIdentifier}"`}, <Variable>PIN</Variable>,{' '}
18-
<Variable>STEPS</Variable>, <Variable>(RESOLUTION/STEPS)</Variable>);
18+
<Variable>STEPS</Variable>);
1919
</Snippet>
2020
);
2121
}

0 commit comments

Comments
 (0)