We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1816e1e commit 6a9991eCopy full SHA for 6a9991e
Arduino_Pedelec_Controller/switches_action.h
@@ -36,7 +36,7 @@ enum sw_action { ACTION_NONE=0, // do nothing
36
ACTION_ENTER_MENU, // enter on-the-go settings menu
37
ACTION_PROFILE_1, // switch to profile 1
38
ACTION_PROFILE_2, // switch to profile 2
39
- ACTION_PROFILE, // switch profiles
+ ACTION_PROFILE, // switch profiles 1 <-> 2
40
ACTION_TOGGLE_LIGHTS, // toggle lights on/off. Needs hardware revision 1.4 or newer
41
ACTION_INCREASE_POTI, // increase poti value. Only working when SUPPORT_POTI is disabled
42
ACTION_DECREASE_POTI, // decrease poti value. Only working when SUPPORT_POTI is disabled
0 commit comments