Skip to content

Fix T1000-E pin comments#2072

Open
robekl wants to merge 1 commit intomeshcore-dev:devfrom
robekl:fix-t1000e-pin-comments
Open

Fix T1000-E pin comments#2072
robekl wants to merge 1 commit intomeshcore-dev:devfrom
robekl:fix-t1000e-pin-comments

Conversation

@robekl
Copy link
Contributor

@robekl robekl commented Mar 17, 2026

Summary

  • correct the T1000-E LoRa MOSI pin comments from P0.9 to P1.9
  • label the documented P1.13 flash-enable pad in the pin map comments
  • keep the change strictly comment-only and non-behavioral

Issue

The current T1000-E variant has a few stale or incomplete pin comments that do not match the current official board table:

  • P_LORA_MOSI=41 is commented as P0.9, but digital pin 41 is P1.09
  • the pin map leaves P1.13 unlabeled even though the current T1000-E documentation identifies it as the flash-enable signal

These are comment-level issues, but they make future board review and maintenance harder and increase the chance of accidental pin regressions.

Authoritative source

Seeed Studio's current official T1000-E page:

Relevant entries:

  • P1.09 is the LR1110 MOSI line
  • P1.13 is flash enable

Fix

This PR updates only comments in:

  • variants/t1000-e/platformio.ini
  • variants/t1000-e/variant.h
  • variants/t1000-e/variant.cpp

No runtime logic, macros, or board behavior changed.

Why this helps

MeshCore carries a large number of board variants, so accurate inline pin documentation matters. This keeps the T1000-E metadata aligned with the vendor documentation and reduces the chance of future wiring mistakes during review or follow-up feature work.

Validation

  • pio run -e t1000e_companion_radio_ble

@robekl robekl marked this pull request as ready for review March 17, 2026 14:05
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