Update T114 LED definitions to include only one simple controllable LED and two NEOPIXELS. (#4710)

This commit is contained in:
jhps
2024-09-16 19:11:55 -05:00
committed by GitHub
co-authored by GitHub
parent b3343303a9
commit 1e665d5181
2 changed files with 11 additions and 20 deletions
+1 -7
View File
@@ -32,13 +32,7 @@ const uint32_t g_ADigitalPinMap[] = {
void initVariant()
{
// LED1 & LED2
// LED1
pinMode(PIN_LED1, OUTPUT);
ledOff(PIN_LED1);
pinMode(PIN_LED2, OUTPUT);
ledOff(PIN_LED2);
pinMode(PIN_LED3, OUTPUT);
ledOff(PIN_LED3);
}