Open
Conversation
* Don't ever define PIN_LED * Deprecate BLE_LED_INVERTED
* Add StatusMessage module and config overrides * Trunk * Don't reboot node simply for a StatusMessage config update
…9516) In case FScom is not defined there is no return statement. This moves the return outside of the ifdef to make sure a defined value is returned.
* Inkhud battery icon improvements. Fixes the battery icon draining from the flat side towards the bump, which is backwards from general design language seen on most devices By request of kr0n05_ on discord, adds the ability to mirror the battery icon which fixes that issue in another way, and is also a common design seen on other devices. * Remove option for icon mirroring * Add border + dither to battery to prevent font overlap * Fix trunk format * Code cleanup, courtesy of Xaositek.
* Implement Meshtastic reply bot module with ping and status features Adds a reply bot module that listens for /ping, /hello, and /test commands received via direct messages or broadcasts on the primary channel. The module always replies via direct message to the sender only, reporting hop count, RSSI, and SNR. Per-sender cooldowns are enforced to reduce network spam, and the module can be excluded at build time via a compile flag. Updates include the new module source files and required build configuration changes. * Update ReplyBotModule.cpp Co-authored-by: Copilot <[email protected]> * Update src/modules/ReplyBotModule.h Match the existing MESHTASTIC_EXCLUDE_* guard pattern so the module is excluded by default. Co-authored-by: Copilot <[email protected]> * Update src/modules/ReplyBotModule.cpp Co-authored-by: Copilot <[email protected]> * Tidying up --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Ben Meadors <[email protected]>
Keep variant in sync with df40085 Co-authored-by: Ben Meadors <[email protected]>
* Add agc reset attempt * Add radioLibInterface include * Trunk * AGC reset don't crash, don't naively call * Update src/main.cpp Co-authored-by: Copilot <[email protected]> * Use Throttle function --------- Co-authored-by: Copilot <[email protected]>
The variable is not used at all in the function, remove it to silence the compiler warning. Co-authored-by: Ben Meadors <[email protected]>
…odule (#9512) * Rename LED_PIN to LED_POWER, move handling out of main to dedicated module * Misc * Remove errant endif
Co-authored-by: Ben Meadors <[email protected]>
Addition of ? and / to the virtual Keyboard via short and long press
* Add support for CW2015 LiPo battery fuel gauge * Address Copilot's concerns, minor fixups
* Enable FORITFY and NX for native builds meshtasticd does have an executable stack and is not built with fortify, which makes exploitation of memory corruption bugs easier than it has to be. This enables fortify and a non-executable stack. This gives the following improvements on Debian Trixie: $ checksec --file=./.pio/build/native/meshtasticd RELRO STACK CANARY NX PIE RPATH RUNPATH Symbols FORTIFY Fortified Fortifiable FILE Partial RELRO No canary found NX enabled PIE enabled No RPATH No RUNPATH 13516 Symbols No 0 17 ./.pio/build/native/meshtasticd $ checksec --file=./.pio/build/native/meshtasticd RELRO STACK CANARY NX PIE RPATH RUNPATH Symbols FORTIFY Fortified Fortifiable FILE Partial RELRO Canary found NX enabled PIE enabled No RPATH No RUNPATH 13519 Symbols Yes 12 20 ./.pio/build/native/meshtasticd Tested with --sim mode I do not get any crashes or similar. * Enable FORTIFY and NX for native builds meshtasticd does have an executable stack and is not built with fortify, which makes exploitation of memory corruption bugs easier than it has to be. This enables fortify and a non-executable stack. This gives the following improvements on Debian Trixie: $ checksec --file=./.pio/build/native/meshtasticd RELRO STACK CANARY NX PIE RPATH RUNPATH Symbols FORTIFY Fortified Fortifiable FILE Partial RELRO No canary found NX enabled PIE enabled No RPATH No RUNPATH 13516 Symbols No 0 17 ./.pio/build/native/meshtasticd $ checksec --file=./.pio/build/native/meshtasticd RELRO STACK CANARY NX PIE RPATH RUNPATH Symbols FORTIFY Fortified Fortifiable FILE Partial RELRO Canary found NX enabled PIE enabled No RPATH No RUNPATH 13519 Symbols Yes 12 20 ./.pio/build/native/meshtasticd Tested with --sim mode I do not get any crashes or similar. * Enable FORTIFY and SP for native builds meshtasticd does have a stack canaries and is not built with fortify, which makes exploitation of memory corruption bugs easier than it has to be. This enables fortify and stack canaries. This gives the following improvements on Debian Trixie: $ checksec --file=./.pio/build/native/meshtasticd RELRO STACK CANARY NX PIE RPATH RUNPATH Symbols FORTIFY Fortified Fortifiable FILE Partial RELRO No canary found NX enabled PIE enabled No RPATH No RUNPATH 13516 Symbols No 0 17 ./.pio/build/native/meshtasticd $ checksec --file=./.pio/build/native/meshtasticd RELRO STACK CANARY NX PIE RPATH RUNPATH Symbols FORTIFY Fortified Fortifiable FILE Partial RELRO Canary found NX enabled PIE enabled No RPATH No RUNPATH 13519 Symbols Yes 12 20 ./.pio/build/native/meshtasticd Tested with --sim mode I do not get any crashes or similar. --------- Co-authored-by: Ben Meadors <[email protected]>
…ed after successful decoding (#9536)
Co-authored-by: thebentern <[email protected]>
This stops platformio complaining about `Missing target configuration for me25ls01-4y10td` etc when trying to flash with nrfutil.
* Add sdl libs for native builds * Alpine try again
* Favorite Signal Quality improvement * Show Voltage if node shares it. * Trunk Fix * Change Favorite tittle to encase name with Asterisks * Add Pluggin In condition for Battery Line * Adjust getUptimeStr Prefixes * Create isAPIConnected for SharedCommon usage * Correct leftSideSpacing to account for isAPIConnected --------- Co-authored-by: Jason P <[email protected]>
…ket, so we can try to match RX errors to other packets in the logs. (#9614)
Co-authored-by: Christian Walther <[email protected]>
weebl2000
reviewed
Feb 13, 2026
weebl2000
reviewed
Feb 13, 2026
weebl2000
reviewed
Feb 13, 2026
weebl2000
reviewed
Feb 13, 2026
weebl2000
reviewed
Feb 13, 2026
weebl2000
reviewed
Feb 13, 2026
|
|
||
| powerMon->setState(meshtastic_PowerMon_State_CPU_LightSleep); | ||
| ledBlink.set(false); // Never leave led on while in light sleep | ||
| statusLEDModule->setPowerLED(false); |
Contributor
There was a problem hiding this comment.
possibly still null here? (and the other 2 places) or am I missing something?
Contributor
Author
There was a problem hiding this comment.
@jp-bennett can I get your eyes on this one?
Contributor
|
I understand this is all PRs that have been merged earlier, but I took a quick look. |
Co-authored-by: Wessel <[email protected]>
Co-authored-by: Wessel <[email protected]>
Co-authored-by: Wessel <[email protected]>
Co-authored-by: Wessel <[email protected]>
Co-authored-by: Wessel <[email protected]>
weebl2000
reviewed
Feb 14, 2026
| } | ||
| } | ||
| // we need fast updates for the color change | ||
| delay = EXT_NOTIFICATION_FAST_THREAD_MS; |
Contributor
There was a problem hiding this comment.
Suggested change
| delay = EXT_NOTIFICATION_FAST_THREAD_MS; | |
| if (ambientLightingThread) ambientLightingThread->setLighting(moduleConfig.ambient_lighting.current, red, green, blue); |
Shouldn't we set the light too if it's enabled?
Trying this to see if anything bad happen if I were to replace most raw pointers with unique_ptr. I didn't used std::make_unique since it is only supported in C++14 and onwards but until we update esp32 to arduino 3.x the ESP32 xtensa chips use a C++11 std.
Is part of the unique_ptr modernization effort.
* Undefine LED_BUILTIN for Heltec v2 variant * Undefine LED_BUILTIN for Heltec v2.1 variant --------- Co-authored-by: Jorropo <[email protected]>
Is part of the unique_ptr modernization effort.
Wasn't caught by CI.
Is part of the unique_ptr modernization effort.
Theses two appear to be buggy on r1-neo and nomadstar meteor pro, they rely on Wire.h being included previously to their import. Idk why other platforms using the same smart LEDs are working while theses ones don't. This should make CI green on the dev branch.
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.
No description provided.