Wessel
112b294ef6
Store hop/mqtt/transport mechanism info in S&F ( #8560 )
...
Before this, all messages received when enabling S&F server would return
Hops away: -1
2025-11-06 07:14:14 -06:00
github-actions[bot]
5ba04ade2d
Update protobufs ( #8566 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
2025-11-06 07:10:57 -06:00
Mike Robbins
6a6c409b9a
addFromContact: Don't auto-favorite when CLIENT_BASE; don't update last_heard unless CLIENT_BASE ( #8495 )
...
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2025-11-06 07:10:20 -06:00
Jonathan Bennett
69db3bd11c
Reject legacy text message DMs ( #8562 )
...
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2025-11-06 06:28:13 -06:00
Wessel
7b14b173d9
Store hop/mqtt/transport mechanism info in S&F ( #8560 )
...
Before this, all messages received when enabling S&F server would return
Hops away: -1
2025-11-06 06:27:25 -06:00
Manuel
45bf2468a9
fix missing key 0 ( #8564 )
2025-11-05 19:32:56 -06:00
Jason P
ce2e08e0d8
Don't Favorite Nodes if our Role is CLIENT_BASE ( #8558 )
...
* Don't Favorite Nodes if our Role is CLIENT_BASE
* Update CannedMessageModule.cpp
2025-11-05 13:19:55 -06:00
Jason P
3e40d7896b
Revert "nrf52: add watchdog ( #8485 )" ( #8554 )
...
This reverts commit 83954293d8 .
2025-11-05 10:07:28 -06:00
renovate[bot]
03f69b3b77
Update RadioLib to v7.4.0 ( #8456 )
...
* fix strlcpy compile error in Ubuntu 22.04 (#8520 )
* fix strlcpy error in Ubuntu 20.04
* add to native after tests
* Add support for RAK_WISMESH_TAP_V2 and RAK3401 hardware models (#8537 )
* Update RadioLib to v7.4.0
---------
Co-authored-by: Manuel <71137295+mverch67@users.noreply.github.com >
Co-authored-by: Daniel.Cao <144674500+DanielCao0@users.noreply.github.com >
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-04 06:04:56 -06:00
Daniel.Cao
3ed831b8a3
Add support for RAK_WISMESH_TAP_V2 and RAK3401 hardware models ( #8537 )
2025-11-04 05:53:08 -06:00
Sebastian Kuzminsky
83954293d8
nrf52: add watchdog ( #8485 )
...
* nrf52: add watchdog
Main thread only for now.
* bump framework-arduinoadafruitnrf52 to pick up new wdt support
* clang-format the new parts of main-nrf52.cpp
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2025-11-04 05:35:44 -06:00
Ben Meadors
8d1b9c9dce
Merge pull request #8531 from meshtastic/master
...
Master
2025-11-03 15:56:42 -06:00
Quency-D
f6370bea8f
Add the identification code for the DA217 triaxial accelerometer. ( #8526 )
2025-11-04 07:18:52 +11:00
Dmitry Ivanishkin
0a124b7f3d
Fix SHT4x detection by reading unique serial nubmer ( #8525 )
2025-11-03 08:17:52 -06:00
Jonathan Bennett
7def82595d
Rename screen options to display options and add units chooser ( #8517 )
...
* Rename screen options to display options and add units chooser
* Add InitialSelected to DisplayUnits_menu
2025-11-02 21:30:41 -06:00
Manuel
6cfff85d54
Merge branch 'master' into t5-epaper-pro
2025-11-02 16:15:12 +01:00
Jonathan Bennett
d1b66782d1
Hide nodes that don't have position in the distance and bearings nodelists ( #8518 )
2025-11-02 05:57:15 -06:00
Ben Meadors
a7796fc7b4
Fix dismiss of ext. notification ( #8512 )
...
* Dismiss all ext notifications with any input broker event
* Account for nagging
2025-11-01 21:11:36 -05:00
Xavier horwood
718fd118b0
Add IPv6 Support for esp32 ( #6866 )
...
* Update Default.h
* Update NodeDB.cpp
* Update WiFiAPClient.cpp
* Update userPrefs.jsonc
* set ipv6 to off by default
* Trunk fix
---------
Co-authored-by: Tom Fifield <tom@tomfifield.net >
2025-11-02 09:25:59 +11:00
Ben Meadors
75f7ded12c
Merge pull request #8513 from meshtastic/master
...
Master backmerge
2025-11-01 17:17:14 -05:00
GUVWAF
bca0e1abde
Fix boot on RP2040 by excluding new FreeRTOS task ( #8508 )
2025-11-01 16:48:04 -05:00
Jonathan Bennett
c46abe125c
Skip setting up Lora GPIO lines when using a ch341 radio on native ( #8506 )
2025-11-01 12:45:11 -05:00
Manuel
e77f5c4c4d
more EPD display cleanup
2025-11-01 12:47:40 +01:00
Manuel
7ec233e2e5
display() code cleanup
2025-11-01 11:52:09 +01:00
Manuel
145d2df9b9
workaround for FastEPD partial update bug (artifacts)
2025-11-01 03:18:50 +01:00
pa0lin082
7f78a624cd
Add support for Bh1750 Light Sensor ( #8376 )
...
* regenerate protobuf with bh1750 TelemetrySensorType
* Added wollewald/BH1750_WE@^1.1.10 dependecy
* Added support for BH1750 during i2C detection
* Create new BH1750Sensor and added in EnvironmentTelemetry
* clean code
* Attempt to fix protobuf include
---------
Co-authored-by: Tom Fifield <tom@tomfifield.net >
2025-11-01 09:40:36 +11:00
Manuel
49d9a763c5
limit Ghosting similar to EInkDynamicDisplay
2025-10-31 23:30:35 +01:00
Manuel
4ceebf6997
add locks
2025-10-31 23:30:01 +01:00
Manuel
356cb0fdd0
Merge branch 'master' into t5-epaper-pro
2025-10-31 21:13:49 +01:00
Manuel
f843e8a7eb
set lora_cs pin
2025-10-31 21:12:22 +01:00
Manuel
f46a843eaa
update touch driver
2025-10-31 21:11:54 +01:00
Manuel
654897e47b
tryfix crash
2025-10-31 21:10:07 +01:00
Erayd
16b1280804
Fix type to ensure correct alignment; saves 4B per entry ( #8465 )
2025-10-31 07:09:53 -05:00
Jason P
d00fda2f4d
Better implementation of ExternalNotificationModule::stopNow ( #8492 )
...
* Better implementation of ExternalNotificationModule::stopNow
* Label external states turning off
* Optimize original code to actually fix issues
2025-10-31 05:55:56 -05:00
Chloe Bethel
de83b448f9
Force stdout to be line buffered - this fixes logs ending early if meshtasticd crashes ( #8499 )
2025-10-31 05:54:35 -05:00
Ixitxachitl
c145be8e05
Refactor emote dimensions to 16x16 pixels ( #8493 )
...
Updated the dimensions of various emotes in emotes.h from 30x30 or 25x25 to 16x16 pixels for consistency and optimization. Added new emotes including heart_smile, Heart_eyes, and others, all with the same 16x16 size. This change improves memory usage and aligns with the design specifications for smaller emotes.
2025-10-31 21:20:29 +11:00
Manuel
9f81d9637e
Merge branch 'master' into t5-epaper-pro
2025-10-30 13:43:54 +01:00
Manuel
9dd5487ba3
consider bitsremain == 0
2025-10-30 13:43:26 +01:00
Manuel
e06c3371b4
replace touch driver; enable debugging
2025-10-30 13:39:49 +01:00
Manuel
11462ecedc
use larger fonts
2025-10-30 13:37:18 +01:00
Jonathan Bennett
0dfa11a909
Add missed debug log line in RF95 Interface ( #8490 )
2025-10-30 14:35:54 +11:00
Manuel
447925d99c
provide local copy of TwoWire instance as the touch driver calls end()
2025-10-29 22:03:40 +01:00
Jonathan Bennett
c330bfe848
Turn the e-ink backlight on for any brightness value over 0 ( #8481 )
2025-10-29 06:46:50 -05:00
Manuel
91015821fd
refactor display buffer processing
2025-10-29 00:18:48 +01:00
Manuel
f31fac0e1d
rotate touch screen
2025-10-29 00:18:48 +01:00
Manuel
870b76817f
enable touchscreen
2025-10-28 21:46:15 +01:00
Clive Blackledge
28f53d132a
refactor: change node count variables from uint8_t to uint16_t ( #8478 )
...
This is a non-breaking change that increases the internal representation
of node counts from uint8_t (max 255) to uint16_t (max 65535) to support
larger mesh networks, particularly on ESP32-S3 devices with PSRAM.
Changes:
- NodeStatus: numOnline, numTotal, lastNumTotal (uint8_t -> uint16_t)
- ProtobufModule: numOnlineNodes (uint8_t -> uint16_t)
- MapApplet: loop counters changed to size_t for consistency with getNumMeshNodes()
- NodeStatus: Fixed log format to use %u for unsigned integers
Note: Default class methods keep uint32_t for numOnlineNodes parameter
to match the public API and allow flexibility, even though internal node
counts use uint16_t (max 65535 nodes).
This change does NOT affect protobuf definitions, maintaining wire
compatibility with existing clients and devices.
2025-10-28 15:32:08 -05:00
Manuel
70f25c8e79
Merge branch 'master' into t5-epaper-pro
2025-10-28 21:04:43 +01:00
Manuel
12ea5985f2
dispaly() implementation
2025-10-28 21:03:18 +01:00
Manuel
4cd4d229e2
setup screen
2025-10-28 21:03:02 +01:00