Add tdeck example#4
Closed
NyanHelsing wants to merge 5 commits into
Closed
Conversation
NyanHelsing
commented
Jan 26, 2025
| ${Xiao_esp32_C3.build_flags} | ||
| -D RADIO_CLASS=CustomSX1262 | ||
| -D WRAPPER_CLASS=CustomSX1262Wrapper | ||
| -D LORA_TX_POWER=22 |
Author
There was a problem hiding this comment.
can we get linter config? this'll be noisy if editors can't be consistent.
Author
|
WIP: Right now wehen i try to build with |
Author
|
Ok grabbed the example from the tdeck repo; just need to figure out how to merge the bins now? any pointers would eb great; i see the merge-bins file and am comparing it with the one in the meshatastic firmware repos as well |
Author
|
i added the espi_tft library; todo will move that into example/tdec-example/lib (need to figure out how to adjust the platformio.ini to make that work first |
Merged
yellowcooln
pushed a commit
to yellowcooln/MeshCore-washtastic-e22p
that referenced
this pull request
Apr 8, 2026
…lavors Fix nRF52 start ota to enter bootloader BLE DFU
vaizki
pushed a commit
to vaizki/MeshCore
that referenced
this pull request
Apr 23, 2026
Refactor PsychicMqttClient to improve memory management and callback …
c03rad0r
added a commit
to c03rad0r/MeshCore
that referenced
this pull request
Jun 24, 2026
… constants (meshcore-dev#3), make irqDioNum configurable (meshcore-dev#4)
c03rad0r
added a commit
to c03rad0r/MeshCore
that referenced
this pull request
Jun 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GOAL:
A simple instant message functionality: (cc @ripplebiz )
Create a single-room secure chat (room ID + user ID can be configured at build time)
TODO:
DONE: