mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
BIND should be OK now
This commit is contained in:
parent
b590a653d7
commit
5acf351d0c
4 changed files with 47 additions and 19 deletions
|
@ -1096,6 +1096,7 @@ void opentxResume();
|
|||
#else
|
||||
#define SD_SCREEN_FILE_LENGTH 64
|
||||
#endif
|
||||
|
||||
union ReusableBuffer
|
||||
{
|
||||
// ARM 334 bytes
|
||||
|
@ -1116,8 +1117,10 @@ union ReusableBuffer
|
|||
struct {
|
||||
char msg[64];
|
||||
uint8_t r9mPower;
|
||||
char pxx2_candidate_receivers[5][8];
|
||||
uint8_t pxx2_candidate_receivers_count;
|
||||
uint8_t pxx2_register_or_bind_step;
|
||||
char pxx2_bind_candidate_receivers[5][8];
|
||||
uint8_t pxx2_bind_candidate_receivers_count;
|
||||
uint8_t pxx2_bind_receiver_index;
|
||||
} modelsetup;
|
||||
|
||||
// 103 bytes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue