Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
809801f
Merge pull request #2 from meshtastic/develop
h3lix1 Sep 26, 2025
566f6a8
Merge branch 'meshtastic:develop' into develop
h3lix1 Sep 28, 2025
6da792a
Merge branch 'meshtastic:develop' into develop
h3lix1 Sep 30, 2025
d36b29a
Merge branch 'meshtastic:develop' into develop
h3lix1 Oct 2, 2025
b5b9087
Merge branch 'meshtastic:develop' into develop
h3lix1 Oct 4, 2025
c36049a
Merge branch 'meshtastic:develop' into develop
h3lix1 Oct 5, 2025
31e254b
Merge branch 'meshtastic:develop' into develop
h3lix1 Oct 6, 2025
014d645
Merge branch 'meshtastic:develop' into develop
h3lix1 Oct 7, 2025
b4f8e9d
Merge branch 'meshtastic:develop' into develop
h3lix1 Oct 8, 2025
3b613c9
Merge branch 'meshtastic:develop' into develop
h3lix1 Oct 12, 2025
e6bffd0
Merge branch 'meshtastic:develop' into develop
h3lix1 Oct 13, 2025
2b6f1dc
Merge branch 'meshtastic:develop' into develop
h3lix1 Oct 14, 2025
1314e5d
Merge branch 'meshtastic:develop' into develop
h3lix1 Oct 15, 2025
e453cb5
Merge branch 'develop' of github.com:h3lix1/mesh-firmware-sunl into d…
h3lix1 Oct 19, 2025
107e25e
Merge branch 'meshtastic:develop' into develop
h3lix1 Oct 21, 2025
875830b
Merge branch 'meshtastic:develop' into develop
h3lix1 Oct 28, 2025
dc8fb77
Merge branch 'develop' of github.com:h3lix1/mesh-firmware-sunl into d…
h3lix1 Nov 5, 2025
6fe1bb0
Merge branch 'develop' of github.com:h3lix1/mesh-firmware-sunl into d…
h3lix1 Nov 30, 2025
3ac081b
Merge branch 'develop' of github.com:h3lix1/mesh-firmware-sunl into d…
h3lix1 Dec 6, 2025
bcd12a1
Add ESP32 Power Management lessons learned document
h3lix1 Dec 9, 2025
da7b734
Merge branch 'develop' of github.com:h3lix1/mesh-firmware-sunl into d…
h3lix1 Dec 9, 2025
c5ea613
Merge branch 'develop' of github.com:h3lix1/mesh-firmware-sunl into d…
h3lix1 Feb 15, 2026
f144767
Merge branch 'develop' of github.com:h3lix1/mesh-firmware-sunl into d…
h3lix1 Mar 2, 2026
c4873bd
Merge branch 'develop' of github.com:h3lix1/mesh-firmware-sunl into d…
h3lix1 Mar 8, 2026
6bf7bc0
Merge branch 'develop' of github.com:h3lix1/mesh-firmware-sunl into d…
h3lix1 Apr 18, 2026
8ec0963
Merge branch 'meshtastic:develop' into develop
h3lix1 Apr 18, 2026
1bd790b
docs(prompts): fix markdown fence language tags
h3lix1 Apr 18, 2026
6a6f2d4
docs: remove ESP32 power management notes
h3lix1 Apr 18, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/prompts/new-module.prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ CallbackObserver<MyModule, const meshtastic::Status *> statusObserver =

Add test suite in `test/test_mymodule/`:

```
```text
test/
└── test_mymodule/
└── test_main.cpp
Expand Down
2 changes: 1 addition & 1 deletion .github/prompts/new-variant.prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Guide for adding a new Meshtastic hardware variant to the firmware.

Create under `variants/<arch>/<name>/`:

```
```text
variants/
├── esp32/ # ESP32
├── esp32s3/ # ESP32-S3
Expand Down
Loading