1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 18:03:45 +02:00

Adopt setTrackMode to RMT channel pins

This commit is contained in:
Harald Barth
2022-08-04 01:21:28 +02:00
parent 7bad16dc59
commit 96f042897a
2 changed files with 11 additions and 2 deletions

View File

@@ -68,8 +68,9 @@ void DCC::begin(const FSH * motorShieldName) {
(void)EEPROM; // tell compiler not to warn this is unused
EEStore::init();
#endif
#ifndef ARDUINO_ARCH_ESP32 /* On ESP32 started in TrackManager::setTrackMode() */
DCCWaveform::begin();
#endif
}