1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-01-17 06:08:15 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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