mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 17:55:19 +03:00
Vertical line sometimes missing in Custom Telemetry View
This commit is contained in:
parent
43c3982d09
commit
09caf6afae
1 changed files with 1 additions and 1 deletions
|
@ -872,7 +872,7 @@ void menuProcFrsky(uint8_t event)
|
|||
for (uint8_t i=0; i<4; i++) {
|
||||
for (uint8_t j=0; j<2; j++) {
|
||||
uint8_t field = getTelemCustomField(i, j);
|
||||
if (i==3) {
|
||||
if (i==3 && j==0) {
|
||||
lcd_vline(63, 8, 48);
|
||||
if (frskyStreaming > 0) {
|
||||
if (field == TELEM_ACC) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue