Skip to content

Commit 7835404

Browse files
committed
Increased version number - light switch default off
1 parent 26bae8a commit 7835404

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

main/reppanel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ extern "C" {
3939

4040

4141
#define VERSION_MAJOR 1
42-
#define VERSION_MINOR 0
43-
#define VERSION_HOTFIX 2
42+
#define VERSION_MINOR 1
43+
#define VERSION_HOTFIX 0
4444

4545
#define NUM_TEMPS_BUFF 15
4646
#define MAX_FILA_NAME_LEN 32

main/reppanel_machine.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ static char *cali_opt_list = {"True Bed Leveling\nMesh Bed Leveling"};
2727
#define AWAY_BTN 0
2828
#define CLOSER_BTN 1
2929

30-
#define USE_LIGHTNING
30+
//#define USE_LIGHTNING // uncomment to add menu items for switching on/off a light/pin
3131
#define LIGHTNING_CMD_ON "M42 P2 S1"
3232
#define LIGHTNING_CMD_HALF "M42 P2 S0.5"
3333
#define LIGHTNING_CMD_OFF "M42 P2 S0"

0 commit comments

Comments
 (0)