Heltec v3 without display repeater#2205
Closed
MeetTheTree wants to merge 72 commits intomeshcore-dev:mainfrom
Closed
Heltec v3 without display repeater#2205MeetTheTree wants to merge 72 commits intomeshcore-dev:mainfrom
MeetTheTree wants to merge 72 commits intomeshcore-dev:mainfrom
Conversation
Co-authored-by: Wessel <wessel@weebl.me>
Co-authored-by: Wessel <wessel@weebl.me>
Co-authored-by: Wessel <wessel@weebl.me>
Default LNA enabled=true and fix the sleep order
Merge branch 'dev' into dev-heltec-v4.3
We translate to af internally, it's easier to store and doesn't break stored prefs. Made get/set af command show deprecated, but it still works fine.
Co-authored-by: ViezeVingertjes <michael.overhorst@gmail.com>
…hange Repeater name.
Docs changes are to reflect how it is currently in fw This adds ability to send datagram data to everyone in channel
add heltec_mesh_node_t096 board.
add heltec v4.3 board
…-data Adjustments to PR meshcore-dev#1928 - Custom Group Data
We translate to af internally, it's easier to store and doesn't break stored prefs. Made get/set af command show deprecated, but it still works fine.
Co-authored-by: ViezeVingertjes <michael.overhorst@gmail.com>
As @LitBomb pointed out in his [comment](meshcore-dev#2118 (comment)) on meshcore-dev#2118 RX Boosted Gain should not be enabled for the Station G2. This change is a fix for meshcore-dev#2124 to make the default of `radio.rxgain` to be OFF on the Station G2. This restores the pre-1.14.1 behaviour with the only change being the user is now able to change the setting in the CLI.
…default-radio-rxgain Fix default radio.rxgain for Station G2
…o dutycycle-command
The companion_radio example was not restoring the GPS enabled/disabled preference from flash after reboot. The preference was being saved correctly when toggled via the mobile app, but on boot, sensors.begin() -> initBasicGPS() unconditionally sets gps_active=false and nothing subsequently restored the persisted state. Added applyGpsPrefs() (matching the pattern in simple_repeater, simple_sensor, and simple_room_server) and call it from main.cpp after sensors.begin() to ensure the GPS hardware is initialized before the saved preference is applied.
…o-gps-persistence fix(companion_radio): apply persisted GPS enabled setting on boot for ui-orig devices
Fix typo for ThinkNode M5 room server environment
Add get/set dutycycle command
Bump RadioLib to 7.6.0
Added an variant to use the heltec v3 without display as a repeater. This is intended for those whose display is either broken or who want to use the heltec v3 without the display.
Implemented check if for conditional loading of display related libraries. If DISPLAY_CLASS is NULL_DISPLAY_DRIVER omit any display related code elsewise include the display.
added NO_DISPLAY FLAG
simplified logic for inclusion of display code
Contributor
|
I think this may not be required. |
Author
|
Many thanks for the comment. I have two heltec v3 with broken display / no display. After installing standard firmware I2C fails and the nodes are stuck, it is not possible to connect via console or browser to configure them. This pull request solves the problem and the nodes can be configured via cmdline or browser. Best regards. |
Contributor
|
Ok, it is fine. |
Author
|
Hi, thanks for the feedback, i will try to create a PR to merge to dev branch. Best regards. |
Author
|
Closed and submitted a new PR to merge to the dev branch under #2250 |
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.
Added a heltec v3 repeater variant without display. Can be useful if the display is broken or for saving of battery.