Skip to content

sensecap_solar: Simple fix LED definitions#1689

Open
Confituurke wants to merge 1 commit intomeshcore-dev:devfrom
aXistem-dev:feature/sensecap-led-fix
Open

sensecap_solar: Simple fix LED definitions#1689
Confituurke wants to merge 1 commit intomeshcore-dev:devfrom
aXistem-dev:feature/sensecap-led-fix

Conversation

@Confituurke
Copy link

Summary

Corrects the LED pin definitions for the SenseCap Solar P1 to match the actual hardware. The blue LoRa TX LED was incorrectly named green in the code, and the user LED is white (not blue).

Problem

  • User LED (D11) – White LED on pin 11 was defined as LED_GREEN on pin 12
  • LoRa TX LED (D12) – Blue LED on pin 12 was defined as LED_BLUE on pin 11

Changes

  • LED_GREEN (12) → LED_WHITE (11) – User LED on D11
  • LED_BLUE (11) → LED_BLUE (12) – LoRa TX indicator on D12

Hardware mapping

Pin Function Define
D11 (P0.15) User LED (white) LED_WHITE
D12 (P0.19) LoRa TX / breathing LED (blue) LED_BLUE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments