Commit Graph

  • 5a885bffe4 Make full use of board's 8MB Flash and add companion WiFI target Sam Koucha 2026-02-22 18:14:39 +00:00
  • 011edd3c99 Fix millis() wraparound in PacketQueue time comparisons Daniel Novak 2026-02-22 18:01:30 +01:00
  • 3dc14976a0 add companion usb build target for Heltec Wireless Tracker Sander van Grieken 2026-02-22 14:46:45 +01:00
  • 3e76161e9c * refactor of Contact/Client out_path_len (stored in files), from signed to unsigned byte (+2 squashed commits) Squashed commits: [f326e25] * misc [fa5152e] * new 'path mode' parsing in Dispatcher Scott Powell 2026-02-19 14:37:51 +11:00
  • d05d6abab8 Merge pull request #1726 from weebl2000/fix-packet-pool-leak-queue-full ripplebiz 2026-02-21 17:18:02 +11:00
  • c2abe894c9 Merge pull request #1728 from oltaco/nrf52-bootloader-version ripplebiz 2026-02-21 12:56:52 +11:00
  • 9969c60e94 deploy: f903c50e9d liamcottle 2026-02-20 23:45:20 +00:00
  • f903c50e9d Merge pull request #1758 from jeroenvermeulen/patch-1 Liam Cottle 2026-02-21 12:45:02 +13:00
  • 246f5352d6 Update admin password command description Jeroen Vermeulen 2026-02-20 20:48:48 +01:00
  • 13d0dff918 Reverted to use GPIO 17, 18 as I2C for Heltec v4 repeater Kevin Le 2026-02-18 22:29:33 +07:00
  • 44b80d00c2 Disabled periph_power for Heltec v4's display Kevin Le 2026-02-05 23:27:10 +07:00
  • f6603fe7a5 Set back PIN_VEXT_EN_ACTIVE=HIGH Kevin Le 2026-02-05 23:26:08 +07:00
  • 39fb2902ec Avoid negative _claims Kevin Le 2026-02-05 22:42:02 +07:00
  • 063f5056f2 Fixed RefCountedDigitalPin.h to release claim correctly. Ensure no negative claims number. Kevin Le 2026-02-02 11:21:00 +07:00
  • 1500a5a9cb add get bootloader.ver command for nrf52 taco 2026-02-18 15:35:20 +11:00
  • ffc9815e9a Fix packet pool leak when rx queue is full Wessel Nieboer 2026-02-17 23:54:33 +01:00
  • 8e404e9aea add advert.zerohop command to CLI mesher-de 2026-02-17 13:56:18 +01:00
  • bbc5f0c11a Merge pull request #1718 from realtag-github/repeater-v1.13-implement-discover Liam Cottle 2026-02-17 23:53:28 +13:00
  • 2e00298128 * companion: retransmit delays now hard-coded (only for client repeat mode) Scott Powell 2026-02-17 20:25:56 +11:00
  • 5de3e1bf32 * repeater: slight increase to default direct.txdelay Scott Powell 2026-02-17 20:10:13 +11:00
  • a073ba4707 Merge pull request #1719 from 3dpgg/pr_lilygo_tlora_terminal_chat ripplebiz 2026-02-17 15:34:56 +11:00
  • 3e53df5082 Fix LilyGo_TLora_V2_1_1_6_terminal_chat build 3DPGG 2026-02-16 17:41:52 -08:00
  • 0770618ee2 Allow repeater discovery even if repeater mode is disabled on the requesting repeater. realtag 2026-02-17 01:39:04 +00:00
  • bf9c6cb50f Increased the timeout timer to 60 seconds, up from 30 seconds. realtag 2026-02-17 01:22:17 +00:00
  • 87c78a98bd discover.neighbors sends a tagged repeater discovery request and only accepts matching repeater responses realtag 2026-02-17 01:04:14 +00:00
  • e8785dd9b0 discover sends a single repeater discovery request and populates the neighbor list; self is excluded realtag 2026-02-16 22:35:20 +00:00
  • 2005977403 Merge pull request #1699 from recrof/m5stack-m6l-build-fix ripplebiz 2026-02-15 21:38:00 +11:00
  • cafc212bb2 fix M5Stack Unit M6L build errors recrof 2026-02-15 11:25:27 +01:00
  • 9883f380cd deploy: 295f67d4fa ripplebiz 2026-02-15 06:25:32 +00:00
  • 295f67d4fa Merge branch 'dev' room-server-v1.13.0 repeater-v1.13.0 companion-v1.13.0 Scott Powell 2026-02-15 17:25:07 +11:00
  • e2571accbe * ver 1.13.0 Scott Powell 2026-02-15 17:24:37 +11:00
  • b4fce9d1fd deploy: 603bd0e446 liamcottle 2026-02-15 05:20:16 +00:00
  • 603bd0e446 Merge pull request #1346 from mboelen/patch-1 Liam Cottle 2026-02-15 18:20:00 +13:00
  • 88452c412e Merge pull request #1603 from oltaco/fix-build.sh-for-RP2040-and-STM32 ripplebiz 2026-02-15 16:09:46 +11:00
  • 2220eca4f3 Merge pull request #1669 from Azuresword/fix/wio-tracker-l1-grove-sensor-v2 ripplebiz 2026-02-15 15:55:25 +11:00
  • a6e741e30e Merge pull request #1672 from ChaoticLeah/feature/mute-buzzer-icon ripplebiz 2026-02-15 15:54:33 +11:00
  • 0abac35744 * client_repeat state now in _DEVICE_INFO response Scott Powell 2026-02-14 16:45:41 +11:00
  • 564a19d125 * companion client repeat mode support Scott Powell 2026-02-14 15:50:06 +11:00
  • 5df139f3d6 update build.sh to support RP2040 and STM32 taco 2026-02-13 12:43:04 +11:00
  • 77675ab496 add -D ESP32_PLATFORM to esp32_base taco 2026-02-06 14:59:49 +11:00
  • 3da50a7eed deploy: 246d681b2b liamcottle 2026-02-12 04:14:08 +00:00
  • 246d681b2b Merge pull request #1678 from liamcottle/main Liam Cottle 2026-02-12 17:13:51 +13:00
  • 4224ddff0b refactor packet format docs liamcottle 2026-02-08 14:05:37 +13:00
  • 5ccae4bddc Merge pull request #1671 from recrof/rak3112-fix Liam Cottle 2026-02-12 11:39:27 +13:00
  • fb025fb67e Add muted icon to show when buzzer is muted Leah 2026-02-11 09:51:28 +01:00
  • beff18c53b fix usb and build for rak 3112 Rastislav Vysoky 2026-02-11 09:34:41 +01:00
  • f720338c03 Fix WioTrackerL1 BLE companion: route sensors to Grove I2C bus (Wire1) dylan 2026-02-11 14:12:48 +08:00
  • e33d93dc7f Merge pull request #1611 from weebl2000/semtech-patch-tracker-v2 ripplebiz 2026-02-11 14:04:58 +11:00
  • 8db42146d1 Merge pull request #1645 from Snayler/Snayler-patch-1 ripplebiz 2026-02-11 13:52:47 +11:00
  • e418b0c0ab Merge pull request #1557 from mattzzw/dev Liam Cottle 2026-02-11 11:58:11 +13:00
  • d11d8ea626 Merge branch 'meshcore-dev:dev' into dev mattzzw 2026-02-10 22:33:43 +01:00
  • f4951d0895 Fix typo with USE_SX1262/SX1268 João Brázio 2026-02-10 15:05:10 +00:00
  • 71136671bd Implement remote lna toggle cli cmd João Brázio 2026-02-10 14:56:20 +00:00
  • 4944a46af1 Merge pull request #1638 from thanegill/build_sh-list Liam Cottle 2026-02-10 22:27:35 +13:00
  • 7d7e88e950 Merge pull request #1651 from liamcottle/fix/path-trace-timeout Liam Cottle 2026-02-10 17:17:50 +13:00
  • bafa2ccd22 fix estimated timeout for multi byte path traces liamcottle 2026-02-10 17:01:30 +13:00
  • 810fd561d2 Enable TX LED for LilyGo LoRa32 V2.1_1.6 Snayler 2026-02-09 23:20:29 +00:00
  • 3f33455b4d Merge pull request #1570 from Quency-D/fix-heltec-power-consumption ripplebiz 2026-02-09 16:49:49 +11:00
  • 248c3107b4 Merge pull request #1605 from ViezeVingertjes/kiss-modem-spec-compliance ripplebiz 2026-02-09 16:45:20 +11:00
  • 9efb7cb0b6 Merge pull request #2 from weebl2000/pr-1570-fix-heltec-v4-power Quency-D 2026-02-09 10:06:59 +08:00
  • 3ff1394dd2 build.sh: add list and -l to list firmwares available to build. Thane Gill 2026-02-08 14:49:03 -08:00
  • e4ef6dba3d Merge pull request #2 from agessaman/fix-simplify-kiss-noise-floor Michael 2026-02-08 16:26:25 +01:00
  • b1094c2842 Merge pull request #1616 from jbrazio/2026/raknorm Liam Cottle 2026-02-09 01:33:26 +13:00
  • f6fc05601c Merge pull request #1609 from weebl2000/bridge-always-has-work ripplebiz 2026-02-08 22:42:05 +11:00
  • 736ddbfd99 Merge pull request #1620 from thanegill/patch-2 Liam Cottle 2026-02-08 14:07:00 +13:00
  • 31a2e74ada Correct manufacturer name 'Elecrow ThinkNode M5' Thane Gill 2026-02-07 16:56:20 -08:00
  • f06d620735 deploy: e812632235 liamcottle 2026-02-08 00:04:36 +00:00
  • e812632235 Merge pull request #1619 from liamcottle/main Liam Cottle 2026-02-08 13:04:18 +13:00
  • 85aa052e1f only deploy docs from main branch liamcottle 2026-02-08 13:01:13 +13:00
  • 6564bbd58e migrate docs build script so cname survives liamcottle 2026-02-08 13:00:59 +13:00
  • 10eacc4e95 Merge pull request #1316 from weebl2000/allow-negative-tx Liam Cottle 2026-02-08 12:43:10 +13:00
  • fcfbb458f8 Refactor environment names and build flags for RAK variants João Brázio 2026-02-07 21:26:28 +00:00
  • 519b97a90a Updated the Dispatcher logic to replace hardcoded values with defined constants for minimum TX budget reserve and airtime division. ViezeVingertjes 2026-02-07 19:07:33 +01:00
  • 30d6588792 Update logic in Dispatcher to ensure refill is only applied when greater than zero. ViezeVingertjes 2026-02-07 18:26:39 +01:00
  • e8646f5ede Parse as signed int Wessel Nieboer 2026-02-07 16:58:06 +01:00
  • 776131e263 simplify kiss noise floor sampling agessaman 2026-02-07 07:42:52 -08:00
  • 23b4baa066 Enable register patch heltec tracker v2 Wessel Nieboer 2026-02-07 16:04:01 +01:00
  • c4c287d01b Bridge always has work (prevents sleep) Wessel Nieboer 2026-02-07 15:39:24 +01:00
  • f6ebbd978e Remove redundant locals in handleSetRadio ViezeVingertjes 2026-02-07 14:32:11 +01:00
  • 5157daf1c1 Remove individual HW_RESP_* defines, use HW_RESP() macro directly ViezeVingertjes 2026-02-07 14:24:34 +01:00
  • 00b44c4114 Remove redundant send/complete/finished callbacks, use Radio interface directly ViezeVingertjes 2026-02-07 14:22:21 +01:00
  • 362b5eb0a1 Update protocol docs for new response codes and signal reporting ViezeVingertjes 2026-02-07 10:26:08 +01:00
  • 5ccd99e25f Add toggleable per-packet signal reporting ViezeVingertjes 2026-02-07 10:21:36 +01:00
  • 7982d1ce1f Use high-bit convention for hardware response codes ViezeVingertjes 2026-02-07 10:21:32 +01:00
  • 49e7516145 Add KISS UART support ViezeVingertjes 2026-02-06 14:17:54 +01:00
  • f445b5acdc fix(kiss_modem): improve RX delivery and noise floor sampling agessaman 2026-02-06 16:31:20 -08:00
  • 1af013c741 Clarify data frame limitations in KISS modem documentation. ViezeVingertjes 2026-02-06 12:36:13 +01:00
  • 02ddc05c30 Reorganise KISS protocol to close gaps. ViezeVingertjes 2026-02-06 11:43:59 +01:00
  • 203d86f87d Update documentation. ViezeVingertjes 2026-02-06 11:19:16 +01:00
  • f78617dbdb Add periodic noise floor calibration and AGC reset ViezeVingertjes 2026-02-06 11:13:28 +01:00
  • 5dcc377b77 Rewrite KISS modem to be fully spec-compliant ViezeVingertjes 2026-02-06 11:07:10 +01:00
  • bcb7a8067e Merge pull request #1578 from recrof/m5stack-unit-c6l ripplebiz 2026-02-07 14:21:47 +11:00
  • c1c9848569 Merge pull request #1596 from jbrazio/2026/t114-sensors ripplebiz 2026-02-07 14:17:15 +11:00
  • 6502067368 Merge pull request #1591 from agessaman/fix-kiss-noise-floor ripplebiz 2026-02-07 14:08:26 +11:00
  • 0b1fd580f1 Fix double claim, eliminate dead code at compile time Wessel Nieboer 2026-02-06 11:35:05 +01:00
  • d0720c63c2 Allow negative tx power Wessel Nieboer 2026-01-03 20:35:14 +01:00
  • 0a66dee990 fixed build without ENV_INCLUDE_GPS Marnick Hartgers 2026-02-06 00:12:22 +01:00
  • c0b81b9ad8 Clean up comments on kiss noise floor changes. Adam Gessaman 2026-02-05 09:46:30 -08:00
  • 18473333df Merge remote-tracking branch 'upstream/dev' into 2026/t114-sensors João Brázio 2026-02-05 13:36:22 +00:00
  • 5cb26b91f6 Refactor Heltec T114 sensor management João Brázio 2026-02-05 13:35:04 +00:00