Liam Cottle
736ddbfd99
Merge pull request #1620 from thanegill/patch-2
...
Correct manufacturer name 'Elecrow ThinkNode M5'
2026-02-08 14:07:00 +13:00
Thane Gill
31a2e74ada
Correct manufacturer name 'Elecrow ThinkNode M5'
2026-02-07 17:05:51 -08:00
Liam Cottle
e812632235
Merge pull request #1619 from liamcottle/main
...
[docs] update github build script
2026-02-08 13:04:18 +13:00
liamcottle
85aa052e1f
only deploy docs from main branch
2026-02-08 13:01:13 +13:00
liamcottle
6564bbd58e
migrate docs build script so cname survives
2026-02-08 13:00:59 +13:00
Liam Cottle
10eacc4e95
Merge pull request #1316 from weebl2000/allow-negative-tx
...
Allow negative tx
2026-02-08 12:43:10 +13:00
João Brázio
fcfbb458f8
Refactor environment names and build flags for RAK variants
2026-02-07 21:26:28 +00:00
ViezeVingertjes
519b97a90a
Updated the Dispatcher logic to replace hardcoded values with defined constants for minimum TX budget reserve and airtime division.
2026-02-07 19:07:33 +01:00
ViezeVingertjes
30d6588792
Update logic in Dispatcher to ensure refill is only applied when greater than zero.
2026-02-07 18:26:39 +01:00
Wessel Nieboer
e8646f5ede
Parse as signed int
2026-02-07 16:58:06 +01:00
agessaman
776131e263
simplify kiss noise floor sampling
2026-02-07 07:42:52 -08:00
Wessel Nieboer
23b4baa066
Enable register patch heltec tracker v2
2026-02-07 16:04:01 +01:00
Wessel Nieboer
c4c287d01b
Bridge always has work (prevents sleep)
2026-02-07 15:39:24 +01:00
ViezeVingertjes
f6ebbd978e
Remove redundant locals in handleSetRadio
2026-02-07 14:32:11 +01:00
ViezeVingertjes
5157daf1c1
Remove individual HW_RESP_* defines, use HW_RESP() macro directly
2026-02-07 14:24:34 +01:00
ViezeVingertjes
00b44c4114
Remove redundant send/complete/finished callbacks, use Radio interface directly
2026-02-07 14:22:21 +01:00
ViezeVingertjes
362b5eb0a1
Update protocol docs for new response codes and signal reporting
2026-02-07 10:26:08 +01:00
ViezeVingertjes
5ccd99e25f
Add toggleable per-packet signal reporting
2026-02-07 10:21:36 +01:00
ViezeVingertjes
7982d1ce1f
Use high-bit convention for hardware response codes
2026-02-07 10:21:32 +01:00
ViezeVingertjes
49e7516145
Add KISS UART support
2026-02-07 08:51:52 +01:00
agessaman
f445b5acdc
fix(kiss_modem): improve RX delivery and noise floor sampling
2026-02-07 08:51:52 +01:00
ViezeVingertjes
1af013c741
Clarify data frame limitations in KISS modem documentation.
2026-02-07 08:51:52 +01:00
ViezeVingertjes
02ddc05c30
Reorganise KISS protocol to close gaps.
2026-02-07 08:51:52 +01:00
ViezeVingertjes
203d86f87d
Update documentation.
2026-02-07 08:51:52 +01:00
ViezeVingertjes
f78617dbdb
Add periodic noise floor calibration and AGC reset
2026-02-07 08:51:52 +01:00
ViezeVingertjes
5dcc377b77
Rewrite KISS modem to be fully spec-compliant
2026-02-07 08:51:52 +01:00
ripplebiz
bcb7a8067e
Merge pull request #1578 from recrof/m5stack-unit-c6l
...
initial port of M5Stack Unit C6L
2026-02-07 14:21:47 +11:00
ripplebiz
c1c9848569
Merge pull request #1596 from jbrazio/2026/t114-sensors
...
Refactor Heltec T114 sensor management
2026-02-07 14:17:15 +11:00
ripplebiz
6502067368
Merge pull request #1591 from agessaman/fix-kiss-noise-floor
...
fix(kiss): periodic noise floor calibration and AGC reset
2026-02-07 14:08:26 +11:00
Wessel Nieboer
0b1fd580f1
Fix double claim, eliminate dead code at compile time
2026-02-06 11:35:05 +01:00
Wessel Nieboer
d0720c63c2
Allow negative tx power
...
Like SX1262 allows -9 dBm lowest, some allow lower but that probably
isn't useful
2026-02-06 02:24:51 +01:00
Marnick Hartgers
0a66dee990
fixed build without ENV_INCLUDE_GPS
2026-02-06 00:12:22 +01:00
Adam Gessaman
c0b81b9ad8
Clean up comments on kiss noise floor changes.
2026-02-05 09:46:30 -08:00
João Brázio
18473333df
Merge remote-tracking branch 'upstream/dev' into 2026/t114-sensors
2026-02-05 13:36:22 +00:00
João Brázio
5cb26b91f6
Refactor Heltec T114 sensor management
2026-02-05 13:35:04 +00:00
João Brázio
f0aa12faac
Merge remote-tracking branch 'pikolin/T114_sensors' into 2026/t114-sensors
2026-02-05 12:57:27 +00:00
ripplebiz
f7e92a7cd1
Merge pull request #1398 from Socalix/heltecv4-register1
...
Improve Heltec v4 RX reception with undocumented register patch
2026-02-05 19:14:18 +11:00
ripplebiz
76a46a74e9
Merge pull request #1562 from oltaco/nrf52-sleep-repeater
...
Add Low-Power Sleep for nRF52 Boards
2026-02-05 13:16:47 +11:00
ripplebiz
4b9d5462bb
Merge pull request #1532 from oltaco/esp32board.h-removewifi
...
Refactor ESP32Board.h to save ~500 bytes of DRAM
2026-02-05 13:09:04 +11:00
Marnick Hartgers
5120f9927a
Merge remote-tracking branch 'origin/dev' into gps_sencecap_solar_p1
2026-02-04 09:50:40 +01:00
agessaman
0fb570338f
fix(kiss): periodic noise floor calibration and AGC reset
...
- Trigger noise floor calibration every 2s and AGC reset every 30s in main loop.
- Reorder loop to match Dispatcher: calibrate + radio.loop() before AGC reset
and recvRaw() so RSSI is never sampled right after startReceive().
- Update protocol doc with calibration intervals and typical noise floor range.
- Variant platformio.ini updates (heltec_v3, rak4631).
2026-02-03 20:58:39 -08:00
Liam Cottle
236025913d
Merge pull request #1487 from oltaco/refactor-ui-with-ringbuffer
...
Show most recent message on display when no client is connected
2026-02-04 15:48:39 +13:00
Liam Cottle
10067ada18
Merge pull request #1590 from djp3/main
...
Fix URLs
2026-02-04 15:31:28 +13:00
Don Patterson
dccdc4d958
Fix URLs
2026-02-03 18:06:23 -08:00
taco
598489be47
refactor ui with ring buffer and display most recent
2026-02-04 09:38:05 +11:00
Marnick Hartgers
46012f89e7
gps for sensecap p1 solar
2026-02-03 23:06:00 +01:00
Liam Cottle
cd8d2fdb6d
Merge pull request #1583 from liamcottle/docs/migrate
...
Refactor Documentation
2026-02-04 01:03:35 +13:00
liamcottle
4af31e552e
refactor documentation
2026-02-04 00:59:13 +13:00
ripplebiz
e03f311e51
Merge pull request #1545 from ViezeVingertjes/kiss-modem-firmware
...
Add KISS-like Modem example and protocol documentation
2026-02-03 12:33:19 +11:00
Liam Cottle
384e482052
Create CNAME
2026-02-03 13:47:43 +13:00