From 04fb0b0921f74fd2df91726dfd29a6afd221e431 Mon Sep 17 00:00:00 2001 From: bdring Date: Thu, 23 Apr 2020 17:19:17 -0500 Subject: [PATCH] Return to default machine and Was setup for test machine and fast compile --- Grbl_Esp32/config.h | 4 ++-- Grbl_Esp32/machine.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: