mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-23 14:44:13 +02:00
Fixed case sensitivty issue in Linux
This commit is contained in:
@@ -37,7 +37,7 @@ Some features should not be changed. See notes below.
|
|||||||
|
|
||||||
#ifndef config_h
|
#ifndef config_h
|
||||||
#define config_h
|
#define config_h
|
||||||
#include <arduino.h>
|
#include <Arduino.h>
|
||||||
|
|
||||||
//#define ESP_DEBUG
|
//#define ESP_DEBUG
|
||||||
#define N_AXIS 3 // Number of axes defined
|
#define N_AXIS 3 // Number of axes defined
|
||||||
|
Reference in New Issue
Block a user