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

Set default cpu_map to CPU_MAP_TEST_DRIVE

This commit is contained in:
bdring
2020-02-07 07:40:39 -06:00
parent 8fb7650f3a
commit 777c50e806

View File

@@ -44,7 +44,7 @@ Some features should not be changed. See notes below.
// The CPU map is the main definition of the machine/controller you want to use
// These are typically found in the cpu_map.h file.
// See Github repo wiki for more details
#define CPU_MAP_ESP32 // these are defined in cpu_map.h
#define CPU_MAP_TEST_DRIVE // these are defined in cpu_map.h
#define N_AXIS 3 // Number of axes defined (valid range: 3 to 6)