mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-03 03:13:25 +02:00
@@ -32,7 +32,6 @@
|
||||
*/
|
||||
#include "SpindleClass.h"
|
||||
|
||||
#include "SpindleClass.h"
|
||||
|
||||
// don't change these
|
||||
#define BESC_PWM_FREQ 50.0f // Hz
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
2904
Grbl_Esp32/tests/arcs_arrows.nc
Normal file
2904
Grbl_Esp32/tests/arcs_arrows.nc
Normal file
File diff suppressed because it is too large
Load Diff
54270
Grbl_Esp32/tests/raster_tree.nc
Normal file
54270
Grbl_Esp32/tests/raster_tree.nc
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user