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