mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-11 17:14:34 +02: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:
@@ -22,8 +22,8 @@
|
|||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import os, sys, argparse, re
|
import os, sys, argparse, re
|
||||||
|
|
||||||
configDirName = r'Grbl_Esp32'
|
configDirName = r'Grbl_Esp32/src'
|
||||||
configFileName = r'config.h'
|
configFileName = r'Config.h'
|
||||||
|
|
||||||
validFeatureList = [
|
validFeatureList = [
|
||||||
'BLUETOOTH',
|
'BLUETOOTH',
|
||||||
|
Reference in New Issue
Block a user