This website requires JavaScript.
23783b27c8
Merge pull request #1058 from dotdavid/dev
ripplebiz and GitHub
2025-11-06 13:45:12 +11:00
7419ed71f7
* region filtering now applied in allowPacketForward()
Scott Powell
2025-11-06 12:27:25 +11:00
82b4c1e6b0
* new PAYLOAD_TYPE_CONTROL (11) * repeater: onControlDataRecv(), now responds to new CTL_TYPE_NODE_DISCOVER_REQ (zero hop only) * node prefs: new discovery_mod_timestamp (will be set to affect when node should respond to DISCOVERY_REQ's )
Scott Powell
2025-11-06 00:56:54 +11:00
3ef53e64a1
* is_name_char() bug fix
Scott Powell
2025-11-05 15:34:23 +11:00
937865c8fd
* companion: new CMD_SET_FLOOD_SCOPE (54)
Scott Powell
2025-11-05 14:56:18 +11:00
9ebeb477aa
* RegionMap: inverted 'flags' to _deny_ bits * Mesh: new filterRecvFloodPacket() for overriding * repeater CLI: 'allow' -> 'allowf' or 'denyf'
Scott Powell
2025-11-05 14:34:44 +11:00
04c0c40b39
set max contacts to 350 and channels to 40 for esp32c3, s3 and c6
recrof
2025-11-04 23:58:32 +01:00
c3dbec41ba
Fix manufacturer name on Seeed Xiao S3 WIO
David Hall
2025-11-03 21:02:08 +00:00
5c80334dbd
Fix manufacturer name on Seeed Xiao S3 WIO
David Hall
2025-11-03 21:00:43 +00:00
99a3473169
even less comments \o/
liquidraver
2025-11-03 21:41:11 +01:00
eae16cfc5f
less unnecessary comments, less lines of code :)
liquidraver
2025-11-03 21:39:35 +01:00
397d280c3b
stop OLED powering on every message if connected to phone
liquidraver
2025-11-03 21:25:31 +01:00
d9ff3a4d02
* Mesh: new sendFlood() overload with transport codes. * BaseChatMesh: sendFloodScoped(), for overriding with some outbound 'scope' / TransportKey * companion: new 'send_scope' variable.
Scott Powell
2025-11-04 01:21:56 +11:00
ecd30f4d36
* new CLI commands: region, region load, region save, region get, region allow
Scott Powell
2025-11-03 22:53:14 +11:00
f797744f7c
* misc RegionMap and key store methods
Scott Powell
2025-11-03 18:14:44 +11:00
03fc949014
* setting up framework for Regions, TransportKeys, etc
Scott Powell
2025-11-03 14:23:32 +11:00
5b4544b9fe
Merge pull request #889 from fdlamotte/sensecap_indicator
ripplebiz and GitHub
2025-11-03 11:09:17 +11:00
920ac51c8c
Merge pull request #998 from tahnok/bmp085-sensor
ripplebiz and GitHub
2025-11-03 10:58:22 +11:00
0b9f055860
Merge pull request #1047 from aqua/build-name-fix
Liam Cottle and GitHub
2025-11-01 19:19:49 +13:00
d0caa3be04
Fix the sample RAK repeater build target name
Devin Carraway
2025-10-31 22:11:24 -07:00
ff4fa7be31
Add ESP32-S3-Zero board configuration and Nibble Screen Connect variant
ViezeVingertjes
2025-10-31 14:42:16 +01:00
c13b4ae481
Analogue button delay based on millis
Adam Mealings
2025-10-31 13:04:59 +00:00
7755400a35
* Companion: Now using transport codes { 0, 0 } when Share contact zero hop. * Repeater: onAdvertRecv(), adverts via Share now NOT added to neighbours table
Scott Powell
2025-10-31 20:40:22 +11:00
ef752926c9
Merge pull request #1036 from oltaco/datastore-refactor
ripplebiz and GitHub
2025-10-31 17:10:03 +11:00
228b073006
Merge pull request #982 from ViezeVingertjes/feat/wio-wm1110-variant
ripplebiz and GitHub
2025-10-31 17:02:47 +11:00
7ad45d113c
Merge pull request #993 from recrof/allow_lower_bw_sf
ripplebiz and GitHub
2025-10-31 16:58:35 +11:00
7abe6c9693
* Upping max channel hash conflicts to 4 (was 2)
Scott Powell
2025-10-31 16:54:58 +11:00
52a3df4977
revert pubBlobByKey() change
taco
2025-10-31 15:06:29 +11:00
0b8159c6e5
refactor DataStore to use openRead() and openWrite()
taco
2025-10-31 11:42:36 +11:00
5088444f85
Update Wio WM1110 configuration to disable GPS and clean up location provider code
ViezeVingertjes
2025-10-30 16:33:02 +01:00
07e58d8ab5
Merge branch 'dev' into devt114
liquidraver
2025-10-30 10:10:06 +01:00
96e786fa9e
* FIX: for divide by zero crash
Scott Powell
2025-10-30 19:11:04 +11:00
f3b20d5e70
t114 gps
liquidraver
2025-10-30 08:35:01 +01:00
3d9378d91e
* Fix for VolatileRTCClock wrapping around to initial synced time every 49 days
Scott Powell
2025-10-30 16:45:50 +11:00
c4e99a841a
Merge pull request #1023 from WattleFoxxo/dev
ripplebiz and GitHub
2025-10-30 12:43:20 +11:00
80f0405600
* direct.txdelay default now 0.2 (was zero)
Scott Powell
2025-10-30 00:03:10 +11:00
886878c70a
Merge commit 'cc002404fa89a2b0139a1394f78b4a72988846f8' into dev
Scott Powell
2025-10-29 23:36:07 +11:00
8cbcd2271d
* experimental: retransmit delay, removing the 6 'slots'
Scott Powell
2025-10-29 23:35:46 +11:00
cc002404fa
Merge pull request #1026 from recrof/disable_esp32c6
ripplebiz and GitHub
2025-10-29 23:29:06 +11:00
ac37a37b18
Merge pull request #1025 from recrof/disable_vision_master
ripplebiz and GitHub
2025-10-29 23:28:26 +11:00
4aef696620
missed one definition
recrof
2025-10-29 13:27:26 +01:00
377f9ff67d
renamed esp32c6 variants, so they are not included in release. added disclaimer about pioarduino builds
recrof
2025-10-29 13:22:11 +01:00
1c052d8ad2
use different strategy in renaming the envs in order to avoid building
recrof
2025-10-29 13:14:27 +01:00
1bbc2151f1
remove vision master boards because of issues with display drivers
recrof
2025-10-29 10:32:39 +01:00
1d2a115b26
Merge pull request #900 from michaelhart/dev
fdlamotte and GitHub
2025-10-29 08:50:17 +01:00
81ab944682
Adds serial commands to get stats
Michael Hart
2025-10-07 09:45:45 -07:00
d4eb04d6e9
Switch xiao rp2040 to std init
WattleFoxxo
2025-10-29 15:20:31 +11:00
f339c74bb4
* Add #ifdef, reuse variable
Matthias Wientapper
2025-10-27 17:58:29 +01:00
cb4468bd5d
Merge pull request #977 from tpp-at-idx/thinknode_m2
ripplebiz and GitHub
2025-10-27 13:31:09 +11:00
82242052f9
* Regenerate keys with public key matching user defined first byte
regeneratekeys
Matthias Wientapper
2025-10-26 20:11:30 +01:00
9aa11a87ab
Merge pull request #1000 from kallanreed/enable_wismesh_tag_gps
ripplebiz and GitHub
2025-10-26 15:36:48 +11:00
a2f5432818
Merge pull request #1018 from Woodie-07/dev
ripplebiz and GitHub
2025-10-26 14:54:27 +11:00
0e259a63ed
lr1110 irq fixes
Woodie-07
2025-10-25 22:12:30 +01:00
178ebf7282
* Add cli command to regenerate key pair
Matthias Wientapper
2025-10-25 13:20:04 +02:00
6d6db10ac5
Merge pull request #1012 from Woodie-07/dev
fdlamotte and GitHub
2025-10-25 09:14:11 +02:00
2981fc70e1
new workaround
Woodie-07
2025-10-24 20:12:02 +01:00
61cd01db27
Merge pull request #1003 from liamcottle/feature/increased-max-uptime
ripplebiz and GitHub
2025-10-23 23:30:10 +11:00
63c3342f7d
Merge commit '6288a5d11a8786c9883d6ce0c8a404430150a664' into dev
Scott Powell
2025-10-23 21:49:11 +11:00
dfb4497c7a
* T114: enabled GPS page in UITask
Scott Powell
2025-10-23 21:44:52 +11:00
273a54f104
increase room server max uptime from 49 days to 136 years
liamcottle
2025-10-23 23:29:08 +13:00
f1824e68b9
increase repeater max uptime from 49 days to 136 years
liamcottle
2025-10-23 23:24:40 +13:00
6288a5d11a
Merge pull request #1002 from wel97459/dev-CayenneLPP
Liam Cottle and GitHub
2025-10-23 20:24:49 +13:00
2e249e24dc
Updated CayenneLPP to 1.6.1
Winston Lowe
2025-10-22 23:55:51 -07:00
9e61b56e70
Use correct macro for logging test
kallanreed
2025-10-22 16:44:20 -07:00
8ca3ed28cf
set PIN_GPS_EN in wismesh tag companion
kallanreed
2025-10-22 15:59:43 -07:00
4cfbd3bad5
Switch BMP085 mode to 0 for ULTRALOWPOWER
Wesley Ellis
2025-10-22 16:53:11 -04:00
ac15131296
Add support for bmp085/bmp180 temperature/pressure sensor
Wesley Ellis
2025-10-22 16:17:06 -04:00
a38418e09a
* Add display of IP address to companion screen
Matthias Wientapper
2025-10-22 20:01:15 +02:00
87677fda76
allow spreading factor from 5 and bandwidth from 7.8kHz
recrof
2025-10-22 15:15:29 +02:00
0920dc6663
Fix reversed GPS PINs on G2 and enable timesync
liquidraver
2025-10-21 12:23:45 +02:00
f27e8ba6b2
Merge pull request #981 from oltaco/revert-heltecT114-powersaving
ripplebiz and GitHub
2025-10-21 17:20:02 +11:00
ec05d40b3c
Add Seeed Wio WM1110 Dev Board variant
ViezeVingertjes
2025-10-20 18:49:34 +02:00
5d495d505a
Revert Heltec T114 power savings
taco
2025-10-21 00:34:57 +11:00
4687ab74e3
Merge pull request #973 from recrof/rak_platform_update
ripplebiz and GitHub
2025-10-20 20:07:49 +11:00
292305c5e1
Merge pull request #972 from recrof/Adafruit_nRF52_Arduino-1.7.0
ripplebiz and GitHub
2025-10-20 20:04:36 +11:00
31b8f7252a
Support for Elecrow Thinknode M2
Tomas P
2025-10-19 20:44:27 +02:00
99e44f499e
Merge pull request #968 from fdlamotte/uitask_back3_disables_buzzer
ripplebiz and GitHub
2025-10-19 14:34:42 +11:00
dab44a1bb0
Merge pull request #967 from fdlamotte/remove_target_h_dep
ripplebiz and GitHub
2025-10-19 14:25:20 +11:00
53a2ae97ea
Merge pull request #923 from recrof/tlora_1.6_cleanup
ripplebiz and GitHub
2025-10-19 14:15:55 +11:00
798725d450
Merge pull request #922 from recrof/station_g2_cleanup
ripplebiz and GitHub
2025-10-19 14:11:20 +11:00
a222578041
Merge pull request #921 from recrof/heltec_v2_cleanup
ripplebiz and GitHub
2025-10-19 14:07:16 +11:00
ebf4599c92
Merge pull request #920 from recrof/heltec_v3_cleanup
ripplebiz and GitHub
2025-10-19 14:01:50 +11:00
79d0989702
Merge pull request #962 from haxwithaxe/dev
Liam Cottle and GitHub
2025-10-19 12:10:58 +13:00
b2dcb06197
Merge pull request #809 from tekstrand/fixup
Liam Cottle and GitHub
2025-10-19 12:07:53 +13:00
a5070077ba
equalize RAK with all other nrf52 variants and use newer platform with all important fixes
recrof
2025-10-19 00:02:38 +02:00
a421215e84
all nrf52 devices: force framework-arduinoadafruitnrf52 version to 1.10700.0
recrof
2025-10-18 23:42:28 +02:00
37dc715a8e
SensorManager: remove setSettingByKey
Florent
2025-10-18 23:37:58 +02:00
ce70792309
lgfx_display: better handle display class construction
Florent
2025-10-18 14:03:27 +02:00
7d62a27836
uitask: bring back buzzer toggle on tracker l1
Florent
2025-10-18 13:37:18 +02:00
f085a9d6c5
tracker_l1_eink: set UI_HAS_JOYSTICK
Florent
2025-10-18 13:10:17 +02:00
3210475f35
CommonCli: Remove dependency on target.h
Florent
2025-10-18 12:33:43 +02:00
666447eafc
Merge pull request #955 from liquidraver/dev
ripplebiz and GitHub
2025-10-18 15:06:05 +11:00
006af52776
Added more polished build.sh usage
haxwithaxe
2025-10-17 14:20:55 -04:00
ece40716da
Merge pull request #956 from recrof/uf2_pio_task
fdlamotte and GitHub
2025-10-17 17:24:32 +02:00
24ed5b377f
added custom pio task "Create UF2 file"
recrof
2025-10-17 16:25:58 +02:00
15ecf186fa
Merge pull request #953 from Woodie-07/dev
fdlamotte and GitHub
2025-10-17 15:26:09 +02:00
02351abc2d
change println to debug macro in lr1110 patch
Woodie-07
2025-10-16 16:25:18 +01:00
3c48f01601
BME680 library doesn't have altitude calculation, we can add it here to match other sensors'
liquidraver
2025-10-16 11:29:22 +02:00
0e7486552d
Add simple BME680 support to RAK with adafruit library
liquidraver
2025-10-16 10:17:23 +02:00
cd920693ec
* UITask: new UI_HAS_JOYSTICK * MomentaryButton: new constructor 'multiclick' param * WIoTrackerL1: now just use joystick, joystick press for KEY_ENTER, no multi-click for snappier UI
Scott Powell
2025-10-16 17:33:22 +11:00