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
Liam Cottle
47c57a52cc
Merge pull request #795 from tahnok/python3-build-sh
...
Use python3 not python in build.sh
2025-09-17 10:26:09 +12:00
Wesley Ellis
19fb7aae63
Use python3 not python in build.sh
...
Since the bin/uf2conv/uf2conf.py script uses python3, use python3 as the command instead of python.
On my ubuntu 24.04 machine, I don't have a python command in my path by default
2025-09-16 18:15:14 -04: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
Kelsey Hudson
2536fa6bcf
Merge remote-tracking branch 'upstream/dev' into dev
2025-09-14 14:51:05 -07: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
Scott Powell
5ccacb2a91
* bug fix
2025-09-14 21:51:32 +10:00
Scott Powell
ce08db6238
* room server: ClientACL added
2025-09-14 21:22:12 +10:00
ripplebiz
5377d7cc17
Merge pull request #782 from askpatrickw/patch-1
...
Update FAQ with new server administration screenshot
2025-09-14 14:13:14 +10:00
ripplebiz
3ef2aa6a95
Merge pull request #776 from liamcottle/fix/nrf52-ble-pin-display
...
Fix: BLE pin disappearing too quickly on nrf52 devices
2025-09-14 13:23:10 +10:00
Patrick
9b2dbf51cb
fix markdown
2025-09-13 14:05:57 -07:00
Patrick
a6a0183d44
Update FAQ with new server administration screenshot
2025-09-13 14:04:31 -07:00
Scott Powell
de2e0cf59c
* repeater now using ClientACL class
2025-09-13 19:37:15 +10:00
Scott Powell
c69d78b62e
Merge branch 'dev' into reciprocal-path-retry
2025-09-13 18:48:24 +10:00
Scott Powell
9df6e8a6b6
Merge branch 'dev' into rep-room-acl
2025-09-13 18:43:02 +10:00
Liam Cottle
5cd0470879
Merge pull request #777 from bryantkelley/docs/add-ble-firmware-troubleshooting-q-a
...
[Docs] Add companion not showing up over Bluetooth to FAQ
2025-09-13 14:23:51 +12:00
Bryant Kelley
b5820b1ce0
Add companion not showing up over BLE to FAQ
2025-09-12 11:31:05 -07:00
liamcottle
25ea953cc3
don't mark as connected until connection secured
2025-09-12 20:23:21 +12:00
Scott Powell
281591f147
* refactor: moved ACL out of SensorMesh -> ClientACL
2025-09-12 15:35:31 +10:00
ripplebiz
d929d32569
Merge pull request #768 from 446564/fix/nano-g2-notification
...
fix nano g2 notification
2025-09-12 12:07:36 +10:00
João Brázio
510472bfa0
Normalize repeater target names
2025-09-10 23:56:07 +01:00
446564
e42ecc3bb3
fix nano g2 notification
...
revert change to disable buzzer before hibernate
needs more work as the buzzer pin is a macro and can't be changed at runtime
2025-09-10 09:44:58 -07:00
ripplebiz
95d1f052c2
Merge pull request #762 from oltaco/new-ldscript-for-extrafs
...
New linker scripts for NRF52 companion envs
2025-09-10 18:25:07 +10:00
ripplebiz
ce39df599c
Merge pull request #763 from csrutil/fix-environment-sensor-node-altitude
...
Fix node_altitude not being set in EnvironmentSensorManager
2025-09-10 17:45:06 +10:00
Scott Powell
3b82224db6
Merge branch 'rep-room-acl' into dev
2025-09-10 17:35:05 +10:00
Scott Powell
c8a10cc3b3
* RAK wishmesh tag: build fix
2025-09-10 17:34:06 +10:00
ripplebiz
1257c6b181
Merge pull request #739 from fdlamotte/ui_sensors_page
...
ui: sensors page
2025-09-10 17:23:34 +10:00
Scott Powell
65ef6c2fd0
* repeater and room server build_src_filter fixes
2025-09-10 17:04:58 +10:00
Liam Cottle
f35e259fd6
Merge pull request #767 from liamcottle/fix/wismeshtag-poweroff-wakeup
...
Fix: WisMeshTag power off and wake up
2025-09-10 17:44:37 +12:00
liamcottle
80d5e2d8bc
fix wismesh tag power off and wake up
2025-09-10 17:04:03 +12:00
Florent de Lamotte
d83cdc501f
ui: use LPPDataHelper and conditionals for sensors page
2025-09-09 16:32:41 +02:00
Florent de Lamotte
2d4b77c998
Merge remote-tracking branch 'upstream/dev' into ui_sensors_page
2025-09-09 15:36:14 +02:00
csrutil
cf93109cd5
✨ feat: add altitude support to environment sensor node telemetry
...
- Include actual node altitude in GPS telemetry instead of hardcoded 0.0f
- Extract altitude data from both ublox_GNSS and serial GPS sources
- Update debug logging to display altitude alongside lat/lon coordinates
2025-09-09 19:20:39 +08:00
Scott Powell
3666cd72e5
* room refactor: extracted MyMesh class
2025-09-09 20:52:19 +10:00
Scott Powell
e35183ae41
Merge branch 'dev' into rep-room-acl
...
# Conflicts:
# examples/simple_repeater/main.cpp
2025-09-09 19:02:23 +10:00
Scott Powell
5344f04d89
* Repeater: slight refactor of 'bridge' instantiation
2025-09-09 18:46:30 +10:00
Scott Powell
08f91f8d95
Merge branch 'dev' into rep-room-acl
...
# Conflicts:
# examples/simple_repeater/main.cpp
2025-09-09 18:02:05 +10:00