We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9985647 commit d2aedeaCopy full SHA for d2aedea
power_mgt.cpp
@@ -43,7 +43,7 @@ static const uint8_t gMCU_mW = 25 * 5; // 25mA @ 5v = 125 mW
43
44
45
static uint32_t gMaxPowerInMilliwatts = (uint32_t)(400) * (uint32_t)(5); // 400mA @ 5v default to avoid USB bricking
46
-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.
47
48
49
uint32_t calculate_unscaled_power_mW( const CRGB* ledbuffer, uint16_t numLeds ) //25354
0 commit comments