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:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user