diff --git a/Grbl_Esp32/src/DumpConfig.cpp b/Grbl_Esp32/src/DumpConfig.cpp index 16ce2846..dcf099cc 100644 --- a/Grbl_Esp32/src/DumpConfig.cpp +++ b/Grbl_Esp32/src/DumpConfig.cpp @@ -570,7 +570,11 @@ void print_spindle_class() { } } void dump_config() { +#ifdef USE_I2S_OUT + item("board", "6-pack"); +#else item("board", "unknown"); +#endif item("name", MACHINE_NAME); print_stepping(); print_axes();