1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-02 10:53:01 +02:00

Fix arduino header

Fix failing test, Linux is case sensitive
This commit is contained in:
bdring
2018-09-21 16:04:31 -05:00
parent 8a958b6b10
commit f9a6e14df5

View File

@@ -23,7 +23,7 @@
#define GRBL_VERSION_BUILD "20180919" #define GRBL_VERSION_BUILD "20180919"
//#include <sdkconfig.h> //#include <sdkconfig.h>
#include <arduino.h> #include <Arduino.h>
#include <EEPROM.h> #include <EEPROM.h>
#include <driver/rmt.h> #include <driver/rmt.h>
#include <esp_task_wdt.h> #include <esp_task_wdt.h>