Eachine-E011 icon indicating copy to clipboard operation
Eachine-E011 copied to clipboard

rx_bayang_ble_app.c issue

Open zonners opened this issue 6 years ago • 4 comments

I try to active bayang_ble_app for telemetry, i change my_quad_name and my_quad_id, after i try to build the project, there's always come with 1 warning in line 1168 :

src\rx_bayang_ble_app.c(1168): warning: #68-D: integer conversion resulted in a change of sign if ( temp > 1000 && ( temp - (PACKET_OFFSET) )/((int) PACKET_PERIOD) >= (skipchannel + 1) )

#define USE_STOCK_TX was active on config.h so the PACKET_OFFSET value change from 250 to -250

how to fix this?

Thanks

zonners avatar Jan 25 '18 07:01 zonners

that warning is ok to have, not sure exactly why it's there

silver13 avatar Jan 25 '18 12:01 silver13

Can i build the project with that warning? Another one, for E011 if i want to change mode from level to acro with a button rather than gesture and turn on/off led with button, which code should i change? Im a newbie for coding =)

Thanks for help

zonners avatar Jan 26 '18 11:01 zonners

yes you can ignore the warning

the config for level mode can be seen in file config.h: https://github.com/silver13/H8mini_blue_board/blob/master/Silverware/src/config.h#L105

there is a bit of info in the wiki: http://sirdomsen.diskstation.me/dokuwiki/doku.php?id=start

silver13 avatar Jan 26 '18 12:01 silver13

Can e011 connect with android silvervise program? How to

haminizardi avatar Feb 07 '18 04:02 haminizardi