1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-07-31 20:00:19 +02:00

Fixed include in Commands.h (#548)

Co-authored-by: Stefan de Bruijn <stefan@nubilosoft.com>
This commit is contained in:
Stefan de Bruijn
2020-08-15 20:47:35 +02:00
committed by GitHub
parent 3a4de4ec19
commit 727c84a08e

View File

@@ -20,7 +20,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#include "Config.h" #include "../Config.h"
class ESPResponseStream; class ESPResponseStream;