Merge pull request #2324 from yoeywire/DMXdefine

Corrected WLED_USE_DMX to WLED_ENABLE_DMX
pull/2328/head
Blaž Kristan 2021-11-09 07:57:41 +01:00 zatwierdzone przez GitHub
commit d6ad089c60
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -303,7 +303,7 @@ void WLED::setup()
#ifdef WLED_DEBUG
pinManager.allocatePin(1, true, PinOwner::DebugOut); // GPIO1 reserved for debug output
#endif
#ifdef WLED_USE_DMX //reserve GPIO2 as hardcoded DMX pin
#ifdef WLED_ENABLE_DMX //reserve GPIO2 as hardcoded DMX pin
pinManager.allocatePin(2, true, PinOwner::DMX);
#endif