mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-01 18:32:37 +02:00
Eliminated spurious I2SO WS message
This commit is contained in:
@@ -110,9 +110,8 @@ namespace Machine {
|
|||||||
_spi = new SPIBus();
|
_spi = new SPIBus();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_i2so == nullptr) {
|
// We do not auto-create an I2SO bus config node
|
||||||
_i2so = new I2SOBus();
|
// Only if an i2so section is present will config->_i2so be non-null
|
||||||
}
|
|
||||||
|
|
||||||
if (_control == nullptr) {
|
if (_control == nullptr) {
|
||||||
log_info("Control config missing; building default");
|
log_info("Control config missing; building default");
|
||||||
|
Reference in New Issue
Block a user