mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
adding accel note
This commit is contained in:
parent
80f08ae888
commit
43b0d615dc
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ function tab_initialize_initial_setup() {
|
|||
if (!self.hasClass('calibrating')) {
|
||||
self.addClass('calibrating');
|
||||
|
||||
// During this period MCU won't be able to process any serial commands because its locked in a for/while loop
|
||||
// until this operation finishes, sending more commands through data_poll() will result in serial buffer overflow
|
||||
// which will in turn result in MSP CRC error (don't be alarmed)
|
||||
send_message(MSP_codes.MSP_ACC_CALIBRATION, MSP_codes.MSP_ACC_CALIBRATION);
|
||||
|
||||
GUI.timeout_add('button_reset', function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue