Skip to content

Commit de6be81

Browse files
committed
extra note regarding testing inputs
1 parent 3617a05 commit de6be81

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/components/Configuration/StickSensitivity.vue

+7-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,13 @@ onUnmounted(() => {
111111
</script>
112112
<template>
113113
<section>
114-
<span class="note">Note: Changing curve values will not be applied immediately. Save your changes first in order to test them.</span>
114+
<span class="note">
115+
Note: Changing curve values will not be applied immediately.
116+
Save your changes first in order to test them.
117+
</span>
118+
<span class="note">
119+
Before testing, make sure your controller is set to the right profile using FN + ACTION button.
120+
</span>
115121
<h3>Left stick</h3>
116122
<div class="canvasContainer">
117123
<canvas ref="leftStickCurveCanvas" class="curve"></canvas>

0 commit comments

Comments
 (0)