1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-01-16 21:58:13 +01:00

Fix configurator (#549)

* Update configure-features.py

to match the latest file names.

* Update configure-features.py

to adopt the latest source tree.
This commit is contained in:
odaki 2020-08-16 09:47:18 +09:00 committed by GitHub
parent 727c84a08e
commit 4c0edf9e93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,8 @@
from __future__ import print_function
import os, sys, argparse, re
configDirName = r'Grbl_Esp32'
configFileName = r'config.h'
configDirName = r'Grbl_Esp32/src'
configFileName = r'Config.h'
validFeatureList = [
'BLUETOOTH',