Quency-D
881396eeaf
Merge pull request #10 from meshcore-dev/dev
merge dev
9 months ago
ripplebiz
d85d364431
Merge pull request #808 from fdlamotte/wio-l1-eink
wio-l1-eink initial support
9 months ago
Scott Powell
52d5cc6068
* tidy and minor fix for offline queue deletion
9 months ago
ripplebiz
28d673ee15
Merge pull request #796 from 446564/mutable-queue
make offline queue channel messages mutable
9 months ago
Florent
59ea6cdb89
wio-l1-eink initial support
9 months ago
ripplebiz
695473f842
Merge pull request #805 from csrutil/tiny-relay-variant
Tiny relay variant
9 months ago
ripplebiz
4daad75f7d
Merge pull request #806 from oltaco/safer-lfs-traverse
Safer _countLfsBlock / _getLfsUsedBlockCount
9 months ago
taco
2922b62888
add bounds check to _countLfsBlock / _getLfsUsedBlockCount
9 months ago
Florent
757ff9fb55
stm32: force the use of Adafruit BusIO v1.17.2 as 1.17.3 won't compile on this platform
9 months ago
csrutil
a1622bad75
🔗 fix: update tiny_relay board URL to proper STM32WLE5CC documentation link
9 months ago
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.
9 months ago
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
9 months ago
ripplebiz
b464f5c640
Merge pull request #801 from recrof/sensecap_solar_env_manager
use sensor_base for seeed sensecap solar
9 months ago
recrof
985b290d02
use sensor_base for seeed sensecap solar
9 months ago
Scott Powell
384b02bec4
* GenericVibration: code style refactor
9 months ago
ripplebiz
b3e9fd76ce
Merge pull request #708 from csrutil/feature/vibration-feedback
✨ feat: add vibration feedback system
9 months ago
ripplebiz
f77fd15707
Merge pull request #730 from michaelhart/node-displayname-improvements
Adds name filtering and text truncation for display in HomeScreen
9 months ago
ripplebiz
e35e4bb23e
Merge pull request #745 from ViezeVingertjes/fix-pin-display
Fix: Set device as connected after successful authentication
9 months ago
ripplebiz
8ddabfcffa
Merge pull request #783 from sschueller/eora-s3
feat: Added EByte EoRa-S3-XXXTB Support #740
9 months ago
Scott Powell
9ba8d6f23f
Merge branch 'rep-room-acl' into dev
9 months ago
csrutil
6f8ce425d8
remove the unnecessary blank line
9 months ago
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.
9 months ago
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
10 months ago
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
9 months ago
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
9 months ago
ripplebiz
d86851b881
Merge pull request #787 from recrof/rak-wishmesh-tag-fix
fix building errors for wismesh tag companion ble
9 months ago
Scott Powell
98b524bfcf
Merge branch 'dev' into rep-room-acl
9 months ago
Scott Powell
a288ac06a6
Merge branch 'dev' into reciprocal-path-retry
9 months ago
fdlamotte
88786a906f
Merge pull request #786 from recrof/xiao-nrf52-cleanup
tidy up xiao nrf52 variant
9 months ago
recrof
845a497604
fix compilation errors for wismesh tag
9 months ago
recrof
81180bbf8c
xiao nrf52: add all available sensors, remove *_alt envs, cleanup
9 months ago
ripplebiz
f9428b7d27
Merge pull request #785 from liamcottle/feature/new-message-timestamps
Update lastmod when a new message is received
9 months ago
Scott Powell
fa3e4f9715
Merge branch 'dev' into reciprocal-path-retry
9 months ago
ripplebiz
d377ffd393
Merge pull request #784 from liamcottle/fix/ble-advertising-interval
revert unexpected change to ble advertising interval on nrf52
9 months ago
liamcottle
400e09f318
revert unexpected change to ble advertising interval on nrf52
9 months ago
liamcottle
561dbea30f
update lastmod when a new message is received
9 months ago
Stefan Schüller
ded81780a4
fix: removed display reset (NC), set SDA and SCL for display
10 months ago
Stefan Schüller
21ea63bcd9
feat: Added EByte EoRa Pi
10 months ago
Scott Powell
5ccacb2a91
* bug fix
9 months ago
Scott Powell
ce08db6238
* room server: ClientACL added
9 months ago
ripplebiz
3ef2aa6a95
Merge pull request #776 from liamcottle/fix/nrf52-ble-pin-display
Fix: BLE pin disappearing too quickly on nrf52 devices
9 months ago
Scott Powell
de2e0cf59c
* repeater now using ClientACL class
9 months ago
Scott Powell
c69d78b62e
Merge branch 'dev' into reciprocal-path-retry
9 months ago
Scott Powell
9df6e8a6b6
Merge branch 'dev' into rep-room-acl
9 months ago
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
10 months ago
Bryant Kelley
b5820b1ce0
Add companion not showing up over BLE to FAQ
10 months ago
liamcottle
25ea953cc3
don't mark as connected until connection secured
10 months ago
Scott Powell
281591f147
* refactor: moved ACL out of SensorMesh -> ClientACL
10 months ago
ripplebiz
d929d32569
Merge pull request #768 from 446564/fix/nano-g2-notification
fix nano g2 notification
10 months ago
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
10 months ago