Merged
Conversation
Merge branch 'dev' into dev-heltec-v4.3
… directives across multiple variants
# Conflicts: # docs/cli_commands.md
merge Dev
Adding the new repeater cli commands introduced in 1.14 Ref: https://buymeacoffee.com/ripplebiz/path-diagnostics-improvements
…vider Pass rtc_clock to MicroNMEALocationProvider in all variants
T1000-E: Negative temperature values incorrectly displayed due to char signedness
Fix incorrect ram flash maximums (supersedes #765)
Sync gps time every 30min
Update Heltec Tracker v2 to version KCT8103L.
…gression Fix countBefore regression: replace sentinel with getOutboundTotal()
Added gps support for Sensecap p1 solar
sensecap_solar: Fixing LED definitions
Update devcontainer config
Co-authored-by: Wessel <wessel@weebl.me>
Co-authored-by: Wessel <wessel@weebl.me>
Co-authored-by: Wessel <wessel@weebl.me>
… android when already paired
feat: add USB Companion Radio env for Heltec Wireless Paper
docs: add radio.rxgain command reference
SDK3.x: Fix OTA includes, bump Async version
fix: remove sensors from xiao c3 companion because of bootloops
# Conflicts: # docs/faq.md
Align TX activity LED with LED_BLUE / variant.h after LED definition and power-button pin mapping changes.
T-Echo Lite Non-Shell has no ePaper display, but the existing companion BLE env inherits DISPLAY_CLASS=GxEPDDisplay from the base env. This causes display.begin() to run on non-existent hardware, corrupting BLE initialization and generating a random PIN that cannot be displayed, making BLE connection impossible. Add LilyGo_T-Echo-Lite_non_shell_companion_radio_ble env that: - excludes DISPLAY_CLASS and ePaper-related build flags - removes GxEPDDisplay.cpp and ui-new from build sources - uses static BLE_PIN_CODE=123456 (avoids random PIN generation) Also fix boards/t-echo.json: - add nrfutil to upload protocols list - add use_1200bps_touch=true and wait_for_upload_port=true to enable reliable flashing via PlatformIO upload button
Add Heltec V4 set adc.multiplier functionality
Battery (TechoBoard.h/cpp): Added PIN_VBAT_MEAS_EN (P0.31) — the T-Echo Lite has a gated voltage divider that must be enabled before reading. Also added pinMode(PIN_VBAT_READ, INPUT) before each ADC read to reclaim P0.02 from other peripherals. Pin definitions hardcoded from LilyGo's t_echo_lite_config.h. I2C (variant.h): Corrected SDA/SCL from P0.04/P0.02 to P1.04/P1.02 per LilyGo's IIC_1_SDA/IIC_1_SCL. The old P0.02 mapping conflicted with the battery ADC pin. GPS (variant.h): Corrected all five GPS pin assignments to match LilyGo's config — UART TX/RX, wake, PPS, and power enable were all scrambled. SPI (variant.h): Fixed SPI_INTERFACES_COUNT from _PINNUM(0, 2) to (2). Tested on T-Echo Lite Non-Shell (USB-C, no display). Battery readings match Heltec V4 reference within 10mV.
Implement proper shutdown procedure for R1 neo
…er v2 Should only really be disabled when it causes issues.
Add sanity build for LR1110 and SX1276 too
Fix FEM/LNA enbaled by default for Heltec T096, Heltec Wireless Tracker v2
Fix RAK4631 SX1262 hardware pin config
Fixes #1183 — T-Echo Lite incorrect battery voltage
feat(techo-lite): add Non-Shell companion BLE variant
…n-Kit-2026-04-16 Added support for Expansion Kit to Heltec V4 OLED repeaters
fix(sensecap_solar): correct TX LED after remap & power-button pin changes
fix: correct device model name for Heltec Wireless Paper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.