From d2aedea7d14f7f8c30e21386bfade1ee8065f53b Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 29 Oct 2014 11:35:50 -0700 Subject: Fix Issue #89, disable the max power indicator pin. --- power_mgt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/power_mgt.cpp b/power_mgt.cpp index 336430fd..46befd6e 100644 --- a/power_mgt.cpp +++ b/power_mgt.cpp @@ -43,7 +43,7 @@ static const uint8_t gMCU_mW = 25 * 5; // 25mA @ 5v = 125 mW static uint32_t gMaxPowerInMilliwatts = (uint32_t)(400) * (uint32_t)(5); // 400mA @ 5v default to avoid USB bricking -static uint8_t gMaxPowerIndicatorLEDPinNumber = 13; // default = Arduino onboard LED pin. set to zero to skip this. +static uint8_t gMaxPowerIndicatorLEDPinNumber = 0; // default = Arduino onboard LED pin. set to zero to skip this. uint32_t calculate_unscaled_power_mW( const CRGB* ledbuffer, uint16_t numLeds ) //25354 -- cgit v1.2.3