Skip to content

Commit 6a9991e

Browse files
committed
Improve ACTION_PROFILE documentation
1 parent 1816e1e commit 6a9991e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Arduino_Pedelec_Controller/switches_action.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ enum sw_action { ACTION_NONE=0, // do nothing
3636
ACTION_ENTER_MENU, // enter on-the-go settings menu
3737
ACTION_PROFILE_1, // switch to profile 1
3838
ACTION_PROFILE_2, // switch to profile 2
39-
ACTION_PROFILE, // switch profiles
39+
ACTION_PROFILE, // switch profiles 1 <-> 2
4040
ACTION_TOGGLE_LIGHTS, // toggle lights on/off. Needs hardware revision 1.4 or newer
4141
ACTION_INCREASE_POTI, // increase poti value. Only working when SUPPORT_POTI is disabled
4242
ACTION_DECREASE_POTI, // decrease poti value. Only working when SUPPORT_POTI is disabled

0 commit comments

Comments
 (0)