From 7b65f4f378956a38179d9ca891505e0c4c2183e8 Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Tue, 17 Mar 2026 16:58:25 -0600 Subject: [PATCH 1/2] Add ColoradoMesh Signed-off-by: Nate Harris --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e207a2..c371b56 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ or IoT sensor networks. | [Cardputer ADV (Sosprz ver)](https://github.com/sosprz/meshcore-cardputer-adv) ![GitHub Repo stars](https://img.shields.io/github/stars/sosprz/meshcore-cardputer-adv?style=social) | Cardputer ADV Specialized UI | Feb 26 | | [CubeCellMeshCore](https://github.com/atomozero/CubeCellMeshCore) ![GitHub Repo stars](https://img.shields.io/github/stars/atomozero/CubeCellMeshCore?style=social) | A minimal MeshCore-compatible repeater firmware for Heltec CubeCell boards | Jan 26 | | [Meck](https://github.com/pelgraine/Meck) ![GitHub Repo stars](https://img.shields.io/github/stars/pelgraine/Meck?style=social) | T-Deck pro | Jan 25 | -| [TapTap (T1000-E)](https://github.com/mtoolstec/TapTapFW) ![GitHub Repo stars](https://img.shields.io/github/stars/mtoolstec/TapTapFW?style=social) | T1000-E & WisMesh Tag — enhanced messaging capabilities and specific button interactions | Feb 26 | +| [TapTap (T1000-E)](https://github.com/mtoolstec/TapTapFW) ![GitHub Repo stars](https://img.shields.io/github/stars/mtoolstec/TapTapFW?style=social) | T1000-E & WisMesh Tag — enhanced messaging capabilities and specific button interaions | Feb 26 | | [Mesh Loader](https://github.com/eliahreeves/mesh-loader) ![GitHub Repo stars](https://img.shields.io/github/stars/eliahreeves/mesh-loader?style=social) | "Dual Boot" firmware for running Meshcore and Meshtastic on a single ESP32 based device without re-flashing. | Feb 26 | | [Meshcomod](https://github.com/ALLFATHER-BV/meshcomod) ![GitHub Repo stars](https://img.shields.io/github/stars/ALLFATHER-BV/meshcomod?style=social) | MeshCore addon for Heltec WiFi LoRa 32 V4 | Feb 26 | | [Aurora](https://forge.hackers.town/wrewdison/aurora) | Meshcore firmware for the Lilygo T-Deck, as an alternative to Ripple. | Jan 26 | @@ -200,6 +200,7 @@ or IoT sensor networks. - [Austin, TX](https://www.austinmesh.org/) - [Bay Area Meshcore](https://bayareameshcore.org/) - [Boston Mesh](https://bostonme.sh/) + - [Colorado Mesh](https://coloradomesh.org/) - [CT Mesh](https://ctmesh.org/) - [Florida Mesh](https://mc.flmesh.us/) - [Idaho Mesh](https://idahomesh.org/) From 1029f6518f0ea21fdf40dafc8290f5516897c90c Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Tue, 17 Mar 2026 16:59:15 -0600 Subject: [PATCH 2/2] Fix typo Signed-off-by: Nate Harris --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c371b56..441f672 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ or IoT sensor networks. | [Cardputer ADV (Sosprz ver)](https://github.com/sosprz/meshcore-cardputer-adv) ![GitHub Repo stars](https://img.shields.io/github/stars/sosprz/meshcore-cardputer-adv?style=social) | Cardputer ADV Specialized UI | Feb 26 | | [CubeCellMeshCore](https://github.com/atomozero/CubeCellMeshCore) ![GitHub Repo stars](https://img.shields.io/github/stars/atomozero/CubeCellMeshCore?style=social) | A minimal MeshCore-compatible repeater firmware for Heltec CubeCell boards | Jan 26 | | [Meck](https://github.com/pelgraine/Meck) ![GitHub Repo stars](https://img.shields.io/github/stars/pelgraine/Meck?style=social) | T-Deck pro | Jan 25 | -| [TapTap (T1000-E)](https://github.com/mtoolstec/TapTapFW) ![GitHub Repo stars](https://img.shields.io/github/stars/mtoolstec/TapTapFW?style=social) | T1000-E & WisMesh Tag — enhanced messaging capabilities and specific button interaions | Feb 26 | +| [TapTap (T1000-E)](https://github.com/mtoolstec/TapTapFW) ![GitHub Repo stars](https://img.shields.io/github/stars/mtoolstec/TapTapFW?style=social) | T1000-E & WisMesh Tag — enhanced messaging capabilities and specific button interactions | Feb 26 | | [Mesh Loader](https://github.com/eliahreeves/mesh-loader) ![GitHub Repo stars](https://img.shields.io/github/stars/eliahreeves/mesh-loader?style=social) | "Dual Boot" firmware for running Meshcore and Meshtastic on a single ESP32 based device without re-flashing. | Feb 26 | | [Meshcomod](https://github.com/ALLFATHER-BV/meshcomod) ![GitHub Repo stars](https://img.shields.io/github/stars/ALLFATHER-BV/meshcomod?style=social) | MeshCore addon for Heltec WiFi LoRa 32 V4 | Feb 26 | | [Aurora](https://forge.hackers.town/wrewdison/aurora) | Meshcore firmware for the Lilygo T-Deck, as an alternative to Ripple. | Jan 26 |