taco
8540c98947
add tinyui for lilygo t-echo card
2026-05-21 19:58:10 +10:00
taco
1e740d30f2
initial t-echo card support
2026-05-21 19:58:10 +10:00
Mark Jocas
63fe3d42a2
Corrects typos and grammatical errors
...
Improves readability across documentation and inline comments by fixing common spelling mistakes and duplicate words.
2026-05-20 08:33:48 +02:00
Quency-D
250f448c3f
Merge branch 'dev' into cli-lna-command
2026-05-20 10:13:28 +08:00
Ryan Gregg
87bed4946c
Merge remote-tracking branch 'upstream/dev' into rak-ethernet
...
# Conflicts:
# examples/companion_radio/main.cpp
2026-05-18 20:57:28 +00:00
csrutil
0cf4d422a8
Add Heltec T096 sensor environment
2026-05-17 16:17:05 +08:00
Quency-D
1ac5f359ca
Added touch reset
2026-05-16 10:59:02 +08:00
Kevin Le
f29cae602f
Added flash_mode=dio to avoid boot loop when flashing using merge.bin
2026-05-16 09:30:49 +07:00
Willem Oldemans
e1616ff29d
Remove static BLE_PIN_CODE definition from Heltec E290_usb configuration
2026-05-15 13:09:59 +02:00
Willem Oldemans
973321d9b1
Disable BLE_PIN_CODE for E290 companion USB environment
...
Remove the hardcoded BLE_PIN_CODE build flag from the Heltec_E290_companion_ble
environment. The presence of BLE_PIN_CODE prevents the unit from operating as a
USB companion. Commenting it out allows dynamic PIN generation and enables USB
companion functionality.
2026-05-15 12:57:36 +02:00
Quency-D
c183050935
Add heltec -v4-r8 board
2026-05-15 16:53:18 +08:00
ripplebiz
0db7715430
Merge pull request #2497 from oltaco/reduce-esp32-dram
...
Reduce dram0_0 usage on older ESP32 boards
2026-05-15 14:04:42 +10:00
ripplebiz
f4be34a997
Merge pull request #2515 from Cisien/station-g3-esp32
...
Add support for Station G3 and its software configurable LNA/PA1
2026-05-15 13:58:42 +10:00
Rastislav Vysoky
68363d9e4d
revert: "feat: Enable GPS on RAK 1W kit" ( #2401 )
...
reverted changes to RAK_BOARD and PIN_GPS_EN. setting `RAK_BOARD` would cause radio to stop working and end with RadioLib error -707
2026-05-12 15:56:28 +02:00
Quency-D
3a546a6395
add heltec tower v2
2026-05-12 14:53:17 +08:00
liamcottle
b0b87fd709
fix gps pins for lilygo t impulse plus
2026-05-12 10:36:19 +12:00
Liam Cottle
c4523f71a9
Merge pull request #2522 from liamcottle/board/lilygo-t-impulse-plus
...
Add support for LilyGo T-Impulse-Plus
2026-05-12 01:39:44 +12:00
liamcottle
2fdbfbdbf6
turn off 3.3v rail when powering off
2026-05-12 01:06:22 +12:00
liamcottle
a49ee6ebe9
fix battery voltage reading
2026-05-11 22:17:53 +12:00
liamcottle
242c45f4a3
initial support for lilygo t impulse plus
2026-05-11 22:05:06 +12:00
Quency-D
6d3b71eed9
add heltec-mesh-node-t1
2026-05-11 15:11:07 +08:00
Huw Duddy
3eacc49489
Merge pull request #2503 from jirogit/fix/techo-lite-non-shell-usb
...
feat(techo-lite): add USB companion radio target for non-shell variant
2026-05-10 22:40:12 +10:00
Chris
75fb07fc2c
Add support for Station G3 and its software configurable LNA and PA1
2026-05-09 13:53:20 -07:00
Quency-D
12e6899580
Merge branch 'dev' into cli-lna-command
2026-05-09 18:19:31 +08:00
Quency-D
ec9fe67afe
Merge branch 'dev' into solar-watchdog
2026-05-09 18:08:32 +08:00
entr0p1
77bd994a61
T-Echo Lite LoRa radio fixes
...
- Set TCXO voltage to 1.8 (not defined previously, falls back to default)
- Set correct variable name for SX1262 RX/TX pins
- Fix SX1262 RX pin number
2026-05-09 14:26:55 +10:00
jirogit
5a6fd4c16a
feat(techo-lite): add USB companion radio target for non-shell variant
2026-05-08 00:38:04 -07:00
taco
b612ba49f2
reduce dram0_0 usage by lowering OFFLINE_QUEUE_SIZE
...
some older ESP32 boards were pushing the limits of the dram segment causing the linker to fail, especially for ble and wifi firmwares.
lowering OFFLINE_QUEUE_SIZE reduces dram usage
2026-05-08 00:40:33 +10:00
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
Scott Powell
0a8a0a4904
* Refactor: removed duplicated radio_rng_seed(), radio_set_params(), radio_set_tx_power()
2026-05-01 14:47:07 +10: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
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
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
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
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
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
Quency-D
363ac44461
Fix external watchdog timing around sleep
2026-04-27 15:32:02 +08:00
Quency-D
7e0d9f6f39
Merge pull request #10 from meshcore-dev/dev
...
merge Dev
2026-04-27 14:48:26 +08:00
Ryan Gregg
a3354db521
Address PR review feedback from oltaco
...
- Remove extra blank line in companion_radio main.cpp before NRF52/STM32 block
- Revert unintended STM32_PLATFORM ETHERNET_ENABLED branch (no STM32 ethernet target exists, and it incorrectly included nrf52 headers)
- Drop renovate annotations from rak4631 platformio.ini (no renovate config in this repo)
2026-04-26 20:22:35 +00: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