liamcottle
1c7a0ce2bd
use uint16_t to allow fetching up to 65535 neighbours
2025-09-25 14:55:36 +12:00
liamcottle
02c178dae7
implement new binary request/response for paginated neighbours
2025-09-25 14:55:36 +12:00
Scott Powell
a5af1b5bcd
* companion: disabled processing/sending of keep_alive packets (deprecated)
...
* FIRMWARE_VER_LEVEL now moved to end of response payloads
2025-09-25 09:39:11 +10:00
Scott Powell
e988531f6a
Merge commit '3bc8ec2006917670695b3a74e7bb7df2c764e9e5' into dev
2025-09-25 09:14:10 +10:00
Scott Powell
76be66313e
* repeater: reduce FS writes on login
2025-09-25 09:11:48 +10:00
Scott Powell
c21596341a
* Login response payload: now includes FIRMWARE_VER_LEVEL
2025-09-25 09:07:59 +10:00
fdlamotte
3bc8ec2006
Merge pull request #830 from SoulOfNoob/feat/add_t-echo-lite_variant
...
Feat: add `T-Echo-Lite` Variant to MeshCore
2025-09-24 20:59:58 +02:00
Jan Ryklikas
088b8fd98c
fix: revert to orignal default scaling and fix it in variant config
2025-09-24 15:10:51 +02:00
Jan Ryklikas
128119fe40
refactor: remove redundant import statement
2025-09-24 14:45:40 +02:00
Jan Ryklikas
20b0fd1dc9
refactor: readability
2025-09-23 22:28:54 +02:00
Jan Ryklikas
f85db18242
refactor: use macro from ttgo repo for readability
2025-09-23 22:18:04 +02:00
Jan Ryklikas
955b7321e8
chore: cleanup
2025-09-23 22:10:27 +02:00
Jan Ryklikas
e2fa70d6f3
chore: refactor to use GxEPD2 fork
2025-09-23 21:57:35 +02:00
Jan Ryklikas
b11f08422e
add T-Echo-Lite Device Variant
2025-09-23 19:39:11 +02:00
Jan Ryklikas
db40a9cea6
import missing eInk display
2025-09-23 19:38:45 +02: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