jirogit
f224a325e6
fix: enable radio.rxgain CLI command for LR1110 (T1000-E)
...
USE_LR1110 was missing from the preprocessor guard in CommonCLI.cpp,
causing both get and set to fail silently on T1000-E:
- get radio.rxgain returned the full radio config string (fell through
to the memcmp("radio", 5) branch)
- set radio.rxgain returned "unknown config" (no branch matched)
Fix: add -D USE_LR1110 to variants/t1000-e/platformio.ini and include
USE_LR1110 in the #if guard on both get and set branches.
CustomLR1110Wrapper already implements setRxBoostedGainMode() and
getRxBoostedGainMode() via the RadioLibWrapper virtual interface,
so no radio-layer changes are required.
Tested on T1000-E: get/set/persist all confirmed working.
2026-05-01 00:31:31 -07:00
Liam Cottle
ccda0a99d8
Merge pull request #925 from mtlynch/unit-tests
...
Add unit tests for Utils::toHex
2026-05-01 14:49:45 +12:00
Liam Cottle
9b1ca6b10b
Merge pull request #2456 from Avi0n/docs/fix-typos
...
fix typos in docs
2026-05-01 14:16:51 +12:00
Avi0n
0be082b5f9
fix typos
2026-04-30 14:21:26 -07:00
Liam Cottle
c7c400ed5d
Merge pull request #2428 from recrof/minewsemi-refactor
...
minewsemi: refactor platformio.ini
2026-05-01 00:56:32 +12:00
Rastislav Vysoky
d7e3a9ddba
Merge branch 'dev' into minewsemi-refactor
2026-04-30 14:48:49 +02:00
Liam Cottle
ffbf73dc5c
Merge pull request #2432 from recrof/kiss-radio-everywhere
...
kiss radio: added stm32 support + envs in platformio.ini
2026-05-01 00:36:46 +12:00
Liam Cottle
5c651b35a0
Merge pull request #1954 from OverkillFPV/lora-longer-preamble
...
Lora longer preamble
2026-04-30 22:12:04 +12:00
Liam Cottle
bd90475d72
Merge pull request #2448 from weebl2000/bump-sensor-version
...
bump simple_sensor version to v1.15.0
2026-04-30 21:43:06 +12:00
Liam Cottle
9ce6b49cd3
Merge pull request #2430 from oltaco/use-forked-adafruit-nrf52
...
Use internal fork of Adafruit nRF52 Arduino
2026-04-30 21:42:24 +12:00
liamcottle
2b0f74a7e9
add comments
2026-04-30 21:36:04 +12:00
Wessel Nieboer
c5bf23f4b1
bump simple_sensor version to v1.15.0
2026-04-30 11:12:31 +02:00
Liam Cottle
daa50e9469
Merge pull request #2426 from recrof/nano-g2-rework
...
make g2 more in line with other variants
2026-04-30 16:57:58 +12:00
Liam Cottle
2522492cd7
Merge pull request #2436 from chrisdavis2110/rak3401-comp-ana-button
...
feat: Add support for PIN_USER_BTN_ANA on rak3401 companion usb and companion ble envs
2026-04-30 16:57:00 +12:00
Liam Cottle
2f6ca731c8
Merge pull request #2439 from Quency-D/fix-lna
...
Heltec boards have LNA disabled by default.
2026-04-30 02:35:34 +12:00
Quency-D
696aae6ed1
Heltec boards have LNA disabled by default.
2026-04-29 16:20:21 +08:00
chrisdavis2110
5fbd473298
added PIN_GPS_EN=-1 to rak3401 companion usb
2026-04-28 21:59:10 -07:00
chrisdavis2110
0265851621
added PIN_USER_BTN_ANA for rak3401 companion usb and companion ble
2026-04-28 21:26:56 -07:00
Rastislav Vysoky
5beef490a0
add kiss radio env to most of the variants
2026-04-28 15:09:25 +02:00
Rastislav Vysoky
66009069cd
standardize the minewsemi variant
2026-04-28 13:53:35 +02:00
taco
f7d8fa3420
use internal fork of Adafruit nRF52 Arduino
2026-04-28 21:46:14 +10:00
taco
04b69e86be
revert bluefruit patch
...
in preparation to switch to using our own fork of Adafruit NRF52 Arduino with the patch included
2026-04-28 21:39:34 +10:00
Liam Cottle
d8f3d59d82
Merge pull request #2427 from recrof/tabs-to-spaces
...
replace all intendation tabs to spaces in pio ini files
2026-04-28 22:39:31 +12:00
Rastislav Vysoky
b963681830
replace all intendation tabs to spaces in pio ini files
2026-04-28 12:37:30 +02:00
Rastislav Vysoky
12d9cc3752
make g2 more in line with other variants
2026-04-28 12:24:45 +02:00
ripplebiz
cb81d34b1a
Merge pull request #2424 from liamcottle/ui/website
...
Add MeshCore website to splash screen
2026-04-28 19:12:00 +10:00
liamcottle
e111f71064
added website to sensor splash screen
2026-04-28 20:40:13 +12:00
liamcottle
3cd40902b3
added website to room server splash screen
2026-04-28 20:39:07 +12:00
liamcottle
5f75b90ff9
added website to companion splash screen
2026-04-28 20:37:17 +12:00
liamcottle
c8d81bc04c
added website to repeater splash screen
2026-04-28 17:02:20 +12:00
ripplebiz
0396cf6771
Merge pull request #2383 from IoTThinks/MCdev-Added-XiaoS3-202604
...
Added Xiao S3 variant
2026-04-28 14:23:42 +10:00
Liam Cottle
470ad43313
Merge pull request #2392 from zjs81/meshcore_open_data_types
...
Introduce DataType Definitions for Meshcore Open
2026-04-28 15:42:03 +12:00
Liam Cottle
70212fb5cc
Merge pull request #2401 from zevaryx/rak-3401-gps
...
feat: Enable GPS on RAK 1W kit
2026-04-28 13:57:55 +12:00
zjs81
9c8eb301a4
Clarify path length semantics and data handling in inbound group datagrams
2026-04-27 10:49:55 -07:00
zjs81
b6d0b7a5dd
Refine data type definitions and update registration process in documentation
2026-04-27 10:22:17 -07:00
Liam Cottle
cb669a26f1
Merge pull request #2407 from jirogit/fix/wireless-paper-device-model
...
fix: correct device model name for Heltec Wireless Paper
2026-04-26 21:33:06 +12:00
me
b91f127e4e
fix: correct device model name for Heltec Wireless Paper
2026-04-26 00:23:09 -07:00
Huw Duddy
40d7fcfc26
Merge pull request #2157 from aXistem-dev/fix/sensecap-solar-tx-led-12
...
fix(sensecap_solar): correct TX LED after remap & power-button pin changes
2026-04-25 18:03:53 +10:00
Confi
835b0e9114
fix(sensecap_solar): init LED_WHITE LOW to prevent always-on at boot
2026-04-25 09:47:44 +02:00
zevaryx
7f38e3f145
feat: Enable GPS on RAK 1W kit
2026-04-24 20:24:50 -06:00
Michael Lynch
b6a3aa1bfe
Update googletest to use 1.17.0 exactly
...
With the '^x.y.z' semantics, the version can upgrade out from under us and change dependencies, so this pins to an exact version.
2026-04-24 16:17:23 -04:00
Michael Lynch
5e03c00397
Add unit tests for Utils::toHex
2026-04-24 19:37:21 +00:00
Liam Cottle
9a1be5386d
Merge pull request #2326 from IoTThinks/MCdev-Added-HeltecV4-Expansion-Kit-2026-04-16
...
Added support for Expansion Kit to Heltec V4 OLED repeaters
2026-04-25 00:14:12 +12:00
zjs81
b705d5489f
Update companion protocol documentation and enhance data type definitions for clarity
2026-04-24 04:24:20 -07:00
Kevin Le
277331381e
Added Xiao S3 variant.
...
This is for Xiao S3 and a normal Wio SX1262 for Xiao shield.
2026-04-24 11:56:06 +07:00
liamcottle
ecd0cfc1c1
update discord links
2026-04-24 15:57:34 +12:00
Liam Cottle
5372388e6e
Merge pull request #2353 from jirogit/fix/techo-lite-non-shell-ble-clean
...
feat(techo-lite): add Non-Shell companion BLE variant
2026-04-22 20:25:32 +12:00
Liam Cottle
dc548578ff
Merge pull request #2287 from pelgraine/fix/techo-lite-battery
...
Fixes #1183 — T-Echo Lite incorrect battery voltage
2026-04-22 20:23:21 +12:00
Liam Cottle
d3b457681a
Merge pull request #2008 from weebl2000/p_lora_reset_rak4631
...
Fix RAK4631 SX1262 hardware pin config
2026-04-22 19:45:06 +12:00
Liam Cottle
f1f1361fd5
Merge pull request #2340 from weebl2000/fem-enabled-def
...
Fix FEM/LNA enbaled by default for Heltec T096, Heltec Wireless Tracker v2
2026-04-22 19:33:29 +12:00