Skip to content

Commit

Permalink
Merge branch 'PR-Usermod-power-measurement' of https://github.com/Tom…
Browse files Browse the repository at this point in the history
…as-Kuchta-FPV/WLED-power-usermod into PR-Usermod-power-measurement
  • Loading branch information
Tomas-Kuchta-FPV committed Nov 11, 2024
2 parents f79d01a + 03eb521 commit 23f3516
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wled00/pin_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ enum struct PinOwner : uint8_t {
UM_LDR_DUSK_DAWN = USERMOD_ID_LDR_DUSK_DAWN, // 0x2B // Usermod "usermod_LDR_Dusk_Dawn_v2.h"
UM_MAX17048 = USERMOD_ID_MAX17048, // 0x2F // Usermod "usermod_max17048.h"
UM_BME68X = USERMOD_ID_BME68X, // 0x31 // Usermod "usermod_bme68x.h -- Uses "standard" HW_I2C pins
UM_PIXELS_DICE_TRAY = USERMOD_ID_PIXELS_DICE_TRAY // 0x35 // Usermod "pixels_dice_tray.h" -- Needs compile time specified 6 pins for display including SPI.
UM_Power_Measurement = USERMOD_ID_POWER_MEASUREMENT, // 0x32 // Usermod "Power_measurement.h"
UM_PIXELS_DICE_TRAY = USERMOD_ID_PIXELS_DICE_TRAY, // 0x35 // Usermod "pixels_dice_tray.h" -- Needs compile time specified 6 pins for display including SPI.
};
static_assert(0u == static_cast<uint8_t>(PinOwner::None), "PinOwner::None must be zero, so default array initialization works as expected");

Expand Down

0 comments on commit 23f3516

Please sign in to comment.