forked from ExpressLRS/ExpressLRS
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Secure 3.5.3 #11
Open
sensei-hacker
wants to merge
211
commits into
secure_01
Choose a base branch
from
secure_3.5.3
base: secure_01
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Secure 3.5.3 #11
+6,990
−1,284
Conversation
This file contains 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
This fixes spurious channel data for inverted PPM and glitches
* fixes issue ExpressLRS#2623 * do it properly
* fix LR1121 binding * remove magic
Update 3.x.x in prep for the v3.4 release
* adds LR1121 image calibration * fix sneaky Radio.Begin() calls. * DBG cleanup
* robustness measure for slow sensors like the 33601 Vario and S8361 80V voltage module * non-blocking delay between sending CMD byte 1 and 2
* Add BMP085 unused/untested * WIP * Support 0 temperature or pressure duration, jump right to next * Finish up BMP280 * Fix for updated BaroI2CBase template * Allow HAS_BARO on ESP8266 * Support BMP280 on multiple addresses * add r flag to encode string as raw string to fix deprecation (ExpressLRS#2598) --------- Co-authored-by: Johannes <[email protected]>
Also fit cell content so table looks nicer
* Added information about the target (tx/rx, sx127x/lr1121, sub GHz and git commit) * Changed to an enum type for radio type information * Updated to include SX128x and module type
… at startup (ExpressLRS#2650) * Fixes the power-on-counter reset so it does not cause a connection loss * Remove PWM failsafe setting on startup
* LBT - change tx modules to use rxmode with timeout * add missing define
* decrease PACKET_TO_TOCK_SLACK Removes an unnecessary GetIrqStatus and optimises SetFrequencyReg order. This saves 20us that can then be removed from SLACK and provides enough time for packets when using 2.4G 500Hz 1:2 TLM. * reduce SLACK some more * fix build errors
* Save out help-and-support bretheren * Reword slightly based on feedback
* fix for tango2 display * fix TBS Tango 2 display --------- Co-authored-by: vasilii.popkov <[email protected]>
Connecting a USB cable sometimes introduces noise on the pins of the USB to UART converter leading to a low BOOT0 pin. In the main loop of TX this is checked for indication of a backpack update. Depending on timing this leads to the whole TX hanging since the serial connection is closed and the device enters passthrough mode. Introduce a simple software debouncing to ensure the state of the pin has settled before entering the update mode. Co-authored-by: Johannes Hutter <[email protected]>
* fix HoTT telemetry requiring external diode on ESP32 receivers * added defines for magic number 3 and 1 (identical to change in PR#2610) * cleanup * replaced magic number with define * following @Jye's remark switched to use TX as half duplex line removed unnecessary calls to pinMatrixInDetach() and pinMatrixOutDetach()
Removes two ununsed variable compiler warnings
Fix Airport communication
* We missed updating the options version and configurator... twice! * Pin shiv as they f'd it up!
…xpressLRS#2979) * Remove Serial1 MAVLink check; MAVLink is supported on Serial0 only * Show/hide the mavlink parameters depending on the protocol * Make the protocol name consistent --------- Co-authored-by: Jye <[email protected]> Co-authored-by: Paul Kendall <[email protected]>
) * maintain link connection on config.Commit() for Team900 * Revert "maintain link connection on config.Commit() for Team900" This reverts commit 72b58f5. * remove IQinverted from check
* Remove Dual Band option from hardware with only a single LR1121 * Allow LR1121 devices to define only a single RF path * Extract common code to a function Also check the supported rate in the SetRFLinkRate and bail early if not supported * move isSupportedRFRate() after change via sync pkt... SetRFLinkRate() is now set correctly with the current rate and the initial frequency configured. * check allowed rf modes in display menu * extra check to catch freshly flashed modules with default config config.GetRate() can return a disabled rf mode, which will get set on uartconnected. --------- Co-authored-by: Jye <[email protected]>
…S#3013) Co-authored-by: Jye <[email protected]>
Lr1121 radio support from ToToSpl
Correct radio num sx127 x
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.