1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-03 03:13:25 +02:00

Merge pull request #401 from bdring/master

Update Devt to master
This commit is contained in:
bdring
2020-05-08 12:18:41 -05:00
committed by GitHub
5 changed files with 57177 additions and 4 deletions

View File

@@ -32,7 +32,6 @@
*/
#include "SpindleClass.h"
#include "SpindleClass.h"
// don't change these
#define BESC_PWM_FREQ 50.0f // Hz

View File

@@ -110,11 +110,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

View File

@@ -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>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff