From a92292a7806a2bdc4923e672295b5213dadb1460 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Thu, 22 Feb 2024 10:56:18 +0000 Subject: [PATCH] Allocate pins using pinManager --- wled00/pin_manager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/wled00/pin_manager.cpp b/wled00/pin_manager.cpp index e0a68c8b..151bab8f 100644 --- a/wled00/pin_manager.cpp +++ b/wled00/pin_manager.cpp @@ -49,6 +49,7 @@ String PinManagerClass::getOwnerText(PinOwner tag) { case PinOwner::DMX : return(F("DMX out")); break; // 'DMX' == hard-coded to IO2 case PinOwner::HW_I2C : return(F("I2C (hw)")); break; // 'I2C' == hardware I2C pins (4&5 on ESP8266, 21&22 on ESP32) case PinOwner::HW_SPI : return(F("SPI (hw)")); break; // 'SPI' == hardware (V)SPI pins (13,14&15 on ESP8266, 5,18&23 on ESP32) + case PinOwner::HUB75 : return(F("Hub75")); break; // 'Hub75' == Hub75 driver case PinOwner::UM_Audioreactive : return(F("AudioReactive (UM)")); break; // audioreactive usermod - analog or digital audio input case PinOwner::UM_Temperature : return(F("Temperature (UM)")); break; // "usermod_temperature.h"