mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-01 18:32:37 +02:00
Update Pin.cpp
All i2s0 pins were given the number 254.
This commit is contained in:
@@ -120,7 +120,7 @@ bool Pin::parse(StringRange tmp, Pins::PinDetail*& pinImplementation) {
|
|||||||
}
|
}
|
||||||
if (prefix == "i2so") {
|
if (prefix == "i2so") {
|
||||||
#ifdef ESP32
|
#ifdef ESP32
|
||||||
pinImplementation = new Pins::I2SOPinDetail(uint8_t(254), parser);
|
pinImplementation = new Pins::I2SOPinDetail(uint8_t(pinNumber), parser);
|
||||||
return true;
|
return true;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user