Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
- Set build date
- Make test drive the default
- Remove unused file
  • Loading branch information
bdring committed May 8, 2020
1 parent 85be3a6 commit 9804294
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Grbl_Esp32/Machines/custom_machine_template.h

This file was deleted.

2 changes: 1 addition & 1 deletion Grbl_Esp32/grbl.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// Grbl versioning system

#define GRBL_VERSION "1.2a"
#define GRBL_VERSION_BUILD "20200428"
#define GRBL_VERSION_BUILD "20200507"

//#include <sdkconfig.h>
#include <Arduino.h>
Expand Down
2 changes: 1 addition & 1 deletion Grbl_Esp32/machine.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PWM

// !!! For initial testing, start with test_drive.h which disables
// all I/O pins
#include "Machines/3axis_v4.h"
#include "Machines/test_drive.h"

// !!! For actual use, change the line above to select a board
// from Machines/, for example:
Expand Down

0 comments on commit 9804294

Please sign in to comment.