variants: USB Companion variant for LilyGo T-Echo Lite#2472
Conversation
Removed links to outdated resources and links
Removed links to outdated resources and links
Update script link in FAQ 4.7 to the repo of the fork
…oard-support Add LilyGo T-ETH Elite SX1262 board support
Co-authored-by: Natalie Kagelmacher <natalie@kagelmacher.ch> Mentored-by: Natalie Kagelmacher <natalie@kagelmacher.ch> Tested-by: Emily Kerst <emily.git@emk0.net>
| -D UI_RECENT_LIST_SIZE=9 | ||
| -D UI_SENSORS_PAGE=1 | ||
| -D AUTO_SHUTDOWN_MILLIVOLTS=3300 | ||
| ; -D QSPIFLASH=1 |
There was a problem hiding this comment.
Does the T-Echo Lite have an external flash chip? The schematic says it has a ZD25WQ32CEIGR. I have added support for this chip in CustomLFS 0.2.2 but we are currently pointing at 0.2.1 so the chip should still work just in compatibility mode at 1mb instead of the full 4mb.
|
Thanks for the PR, will merge this as is. We will revisit enabling QSPIFLASH for the T-Echo Lite in future, because enabling it on devices now will cause contacts to be reset. |
|
Sorry I just realised that this PR was based against main branch, can you resubmit against dev branch please? I tried to change it for you but it's created a big mess. |
|
@oltaco We will take a look and let you know |
| @@ -0,0 +1 @@ | |||
| github: meshcore-dev | |||
There was a problem hiding this comment.
Looks like you picked up diffs from main branch, and these have carried over in your PR (after rebasing to dev).
Can you remove these (.github, and /docs changes)
There was a problem hiding this comment.
We will take a look, sorry for any delays, holidays and busy days over here.
This PR adds support for the LilyGo T-Echo Lite to be used as a USB companion.
The LilyGo T-Echo and T-Echo Lite are largely identical boards, but while the T-Echo can be used as a USB Companion, the Lite does not have this variant.
I tested the new variant on my device: LoRa, GPS, contacts, channels and DMs work as expected with the MeshCore web app.
Assuming we didn't miss anything, we (@0xC0FE and me) see no reason not to add a USB Companion variant.
Please let us know if there is anything wrong or missing - we are new to contributing to MeshCore.