João Brázio
aa946bbe36
WITH_BRIDGE was not implementing setBridgeState()
2025-10-02 09:47:00 +01:00
João Brázio
2297d24013
Minor fixes
2025-09-24 16:46:03 +01:00
João Brázio
1d45c7ec66
Add bridge management CLI
2025-09-24 16:30:00 +01:00
ripplebiz
ea13fa899e
Merge pull request #814 from WattleFoxxo/tdeck
...
LilyGo TDeck support
2025-09-23 16:00:10 +10:00
ripplebiz
4aa58ade8a
Merge pull request #811 from fdlamotte/tracker_l1_environment_sensors
...
Tracker l1: environment sensors
2025-09-23 15:34:22 +10:00
Florent
611d61b6c6
tracker_l1: fix bme226 init in ESM to include all sensors
2025-09-22 19:10:01 +02:00
WattleFoxxo
f100894882
LillyGo TDeck support
2025-09-22 23:48:46 +10:00
ripplebiz
4579a1bcaf
Merge pull request #813 from Quency-D/dev-heltec_v4
...
add heltec v4 board.
2025-09-22 22:32:01 +10:00
Quency-D
669bea04a0
add heltec_v4 board.
2025-09-22 19:58:27 +08:00
Quency-D
881396eeaf
Merge pull request #10 from meshcore-dev/dev
...
merge dev
2025-09-22 19:49:49 +08:00
Florent
0cb34740d2
tracker-l1: correct bad definition for PIN_GPS_EN
2025-09-22 12:06:05 +02:00
Florent
c9b060aefb
Merge branch 'dev' into tracker_l1_environment_sensors
2025-09-22 07:30:42 +02:00
ripplebiz
d85d364431
Merge pull request #808 from fdlamotte/wio-l1-eink
...
wio-l1-eink initial support
2025-09-22 15:07:22 +10:00
Scott Powell
52d5cc6068
* tidy and minor fix for offline queue deletion
2025-09-22 15:01:28 +10:00
ripplebiz
28d673ee15
Merge pull request #796 from 446564/mutable-queue
...
make offline queue channel messages mutable
2025-09-22 14:54:09 +10:00
Florent
f9543bb7bb
tracker_l1: support for EnvironmentSensorManager
2025-09-21 22:14:22 +02:00
Florent
59ea6cdb89
wio-l1-eink initial support
2025-09-20 21:45:13 +02:00
ripplebiz
695473f842
Merge pull request #805 from csrutil/tiny-relay-variant
...
Tiny relay variant
2025-09-21 00:03:58 +10:00
ripplebiz
4daad75f7d
Merge pull request #806 from oltaco/safer-lfs-traverse
...
Safer _countLfsBlock / _getLfsUsedBlockCount
2025-09-21 00:00:19 +10:00
taco
2922b62888
add bounds check to _countLfsBlock / _getLfsUsedBlockCount
2025-09-20 17:36:52 +10:00
Florent
757ff9fb55
stm32: force the use of Adafruit BusIO v1.17.2 as 1.17.3 won't compile on this platform
2025-09-20 08:54:30 +02:00
csrutil
a1622bad75
🔗 fix: update tiny_relay board URL to proper STM32WLE5CC documentation link
2025-09-20 14:07:22 +08:00
csrutil
b3af4d9c72
✨ feat: add tiny_relay board configuration
...
Add board configuration for BB-STM32WL tiny relay variant with STM32WLE5CC MCU support including debug and upload protocols.
2025-09-20 10:59:36 +08:00
csrutil
736118fe6b
Add tiny_relay variant files
...
- platformio.ini: Build configuration for tiny relay variant
- target.cpp/h: Hardware-specific implementation
- variant.h: Variant identification header
2025-09-20 10:58:02 +08:00
ripplebiz
b464f5c640
Merge pull request #801 from recrof/sensecap_solar_env_manager
...
use sensor_base for seeed sensecap solar
2025-09-19 13:47:26 +10:00
recrof
985b290d02
use sensor_base for seeed sensecap solar
2025-09-18 09:15:01 +02:00
Scott Powell
384b02bec4
* GenericVibration: code style refactor
2025-09-18 13:19:54 +10:00
ripplebiz
b3e9fd76ce
Merge pull request #708 from csrutil/feature/vibration-feedback
...
✨ feat: add vibration feedback system
2025-09-18 13:12:36 +10:00
ripplebiz
f77fd15707
Merge pull request #730 from michaelhart/node-displayname-improvements
...
Adds name filtering and text truncation for display in HomeScreen
2025-09-18 12:42:10 +10:00
ripplebiz
e35e4bb23e
Merge pull request #745 from ViezeVingertjes/fix-pin-display
...
Fix: Set device as connected after successful authentication
2025-09-18 12:02:08 +10:00
ripplebiz
8ddabfcffa
Merge pull request #783 from sschueller/eora-s3
...
feat: Added EByte EoRa-S3-XXXTB Support #740
2025-09-18 11:13:40 +10:00
Scott Powell
9ba8d6f23f
Merge branch 'rep-room-acl' into dev
2025-09-17 17:25:26 +10:00
csrutil
6f8ce425d8
remove the unnecessary blank line
2025-09-17 09:19:18 +08:00
csrutil
043f37a08e
♻️ refactor: unify UI notification methods into single notify() function
...
Consolidates soundBuzzer() and triggerVibration() into a unified notify() method
that handles both audio and haptic feedback based on UIEventType.
2025-09-17 08:56:18 +08:00
csrutil
2da50882c0
✨ feat: add vibration feedback support for UI events
...
- Add genericVibration class with 5-second cooldown and 1-second pulse
- Integrate vibration triggers for new messages and contact discoveries
- Add conditional compilation support with PIN_VIBRATION guard
- Implement abstract interface for vibration in UITask system
2025-09-17 08:56:18 +08:00
Michael Hart
bd6aa983a3
feat: add DisplayDriver methods for UTF-8 filtering and text ellipsis
...
- Add translateUTF8ToBlocks() method to convert UTF-8 characters to displayable blocks
- Add drawTextEllipsized() method for text truncation with ellipsis
- Apply UTF-8 filtering to node names, recent contacts, and message content
- Use ellipsized text rendering for recent contacts to prevent overflow
- Addresses PR feedback by moving text processing to DisplayDriver level
2025-09-16 17:17:15 -07:00
446564
fca16f1b71
make offline queue channel messages mutable
...
older channel messages can be overwritten, keeping other mssagage types
this allows a user to be away for a long time and still get the most recent
channel messages without losing any direct messages for exampe
2025-09-16 15:40:21 -07:00
ripplebiz
d86851b881
Merge pull request #787 from recrof/rak-wishmesh-tag-fix
...
fix building errors for wismesh tag companion ble
2025-09-16 13:09:30 +10:00
Scott Powell
98b524bfcf
Merge branch 'dev' into rep-room-acl
2025-09-16 13:07:14 +10:00
Scott Powell
a288ac06a6
Merge branch 'dev' into reciprocal-path-retry
2025-09-16 13:03:41 +10:00
fdlamotte
88786a906f
Merge pull request #786 from recrof/xiao-nrf52-cleanup
...
tidy up xiao nrf52 variant
2025-09-15 15:45:38 +02:00
recrof
845a497604
fix compilation errors for wismesh tag
2025-09-15 14:56:04 +02:00
recrof
81180bbf8c
xiao nrf52: add all available sensors, remove *_alt envs, cleanup
2025-09-15 14:46:10 +02:00
ripplebiz
f9428b7d27
Merge pull request #785 from liamcottle/feature/new-message-timestamps
...
Update lastmod when a new message is received
2025-09-15 19:34:26 +10:00
Scott Powell
fa3e4f9715
Merge branch 'dev' into reciprocal-path-retry
2025-09-15 18:34:39 +10:00
ripplebiz
d377ffd393
Merge pull request #784 from liamcottle/fix/ble-advertising-interval
...
revert unexpected change to ble advertising interval on nrf52
2025-09-15 11:42:48 +10:00
liamcottle
400e09f318
revert unexpected change to ble advertising interval on nrf52
2025-09-15 13:06:35 +12:00
liamcottle
561dbea30f
update lastmod when a new message is received
2025-09-15 12:28:26 +12:00
Stefan Schüller
ded81780a4
fix: removed display reset (NC), set SDA and SCL for display
2025-09-14 13:53:45 +02:00
Stefan Schüller
21ea63bcd9
feat: Added EByte EoRa Pi
2025-09-14 13:53:38 +02:00