1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-29 17:19:50 +02:00

Infer board: 6-pack if USE_I2S_OUT

This commit is contained in:
Mitch Bradley
2021-07-10 23:20:11 -10:00
parent bcf208ef56
commit eb584d67e3

View File

@@ -570,7 +570,11 @@ void print_spindle_class() {
} }
} }
void dump_config() { void dump_config() {
#ifdef USE_I2S_OUT
item("board", "6-pack");
#else
item("board", "unknown"); item("board", "unknown");
#endif
item("name", MACHINE_NAME); item("name", MACHINE_NAME);
print_stepping(); print_stepping();
print_axes(); print_axes();