We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26bae8a commit 7835404Copy full SHA for 7835404
main/reppanel.h
@@ -39,8 +39,8 @@ extern "C" {
39
40
41
#define VERSION_MAJOR 1
42
-#define VERSION_MINOR 0
43
-#define VERSION_HOTFIX 2
+#define VERSION_MINOR 1
+#define VERSION_HOTFIX 0
44
45
#define NUM_TEMPS_BUFF 15
46
#define MAX_FILA_NAME_LEN 32
main/reppanel_machine.c
@@ -27,7 +27,7 @@ static char *cali_opt_list = {"True Bed Leveling\nMesh Bed Leveling"};
27
#define AWAY_BTN 0
28
#define CLOSER_BTN 1
29
30
-#define USE_LIGHTNING
+//#define USE_LIGHTNING // uncomment to add menu items for switching on/off a light/pin
31
#define LIGHTNING_CMD_ON "M42 P2 S1"
32
#define LIGHTNING_CMD_HALF "M42 P2 S0.5"
33
#define LIGHTNING_CMD_OFF "M42 P2 S0"
0 commit comments