diff --git a/Grbl_Esp32/config.h b/Grbl_Esp32/config.h index 11443779..d7fec101 100644 --- a/Grbl_Esp32/config.h +++ b/Grbl_Esp32/config.h @@ -115,11 +115,11 @@ Some features should not be changed. See notes below. //#define CONNECT_TO_SSID "your SSID" //#define SSID_PASSWORD "your SSID password" //CONFIGURE_EYECATCH_BEGIN (DO NOT MODIFY THIS LINE) -//#define ENABLE_BLUETOOTH // enable bluetooth +#define ENABLE_BLUETOOTH // enable bluetooth #define ENABLE_SD_CARD // enable use of SD Card to run jobs -//#define ENABLE_WIFI //enable wifi +#define ENABLE_WIFI //enable wifi #define ENABLE_HTTP //enable HTTP and all related services #define ENABLE_OTA //enable OTA diff --git a/Grbl_Esp32/machine.h b/Grbl_Esp32/machine.h index a9291233..1f99481c 100644 --- a/Grbl_Esp32/machine.h +++ b/Grbl_Esp32/machine.h @@ -8,7 +8,7 @@ // !!! 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: