mirror of
https://github.com/wled/WLED.git
synced 2025-07-25 03:36:45 +00:00
BusDigital::begin: Pass clock rate argument
Fixes bug introduced by #4312.
This commit is contained in:
parent
6a12378475
commit
62ddb18a1a
@ -412,7 +412,7 @@ std::vector<LEDType> BusDigital::getLEDTypes() {
|
||||
|
||||
void BusDigital::begin() {
|
||||
if (!_valid) return;
|
||||
PolyBus::begin(_busPtr, _iType, _pins);
|
||||
PolyBus::begin(_busPtr, _iType, _pins, _frequencykHz);
|
||||
}
|
||||
|
||||
void BusDigital::cleanup() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user