1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-31 10:01:48 +02:00

Eliminated spurious I2SO WS message

This commit is contained in:
Mitch Bradley
2021-06-25 19:03:12 -10:00
parent c0a9819435
commit 7f44d21c01

View File

@@ -110,9 +110,8 @@ namespace Machine {
_spi = new SPIBus();
}
if (_i2so == nullptr) {
_i2so = new I2SOBus();
}
// We do not auto-create an I2SO bus config node
// Only if an i2so section is present will config->_i2so be non-null
if (_control == nullptr) {
log_info("Control config missing; building default");