-
-
Notifications
You must be signed in to change notification settings - Fork 444
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
Park10 branded (wltoys) a160 J3-cub skylark #1069
Comments
Which type of multi module do you have? External by any chance? |
It’s internal. Radiomaster TX16s 4-in-1.
… On Jan 31, 2025, at 10:58 AM, pascallanger ***@***.***> wrote:
Which type of multi module do you have? External by any chance?
—
Reply to this email directly, view it on GitHub <#1069 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BPBFNALGPDM5MTTBL3GJHEL2NOMTBAVCNFSM6AAAAABWH4DIW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRXGY4DGMZZGM>.
You are receiving this because you authored the thread.
|
Do you have a 3.3V FTDI/serial converter that you can connect on your internal module? It requires to open the radio but the pins to connect to on the module are accessible. |
I’m sorry I do not have one of these.
I work primarily in Mac OS. (But run windows under parallels) When I plug in the transmitter to USB it offers an option for “USB Serial (VCP)” but I don’t suppose that helps?
… On Jan 31, 2025, at 11:03 AM, pascallanger ***@***.***> wrote:
Do you have a 3.3V FTDI/serial converter that you can connect on your internal module? It requires to open the radio but the pins to connect to on the module are accessible.
—
Reply to this email directly, view it on GitHub <#1069 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BPBFNAPAM3QOUF6J5TX7A4L2NONDVAVCNFSM6AAAAABWH4DIW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRXGY4TGMBXGY>.
You are receiving this because you authored the thread.
|
Something like this one would work? https://www.amazon.com/gp/product/B0BJKCSZZW/ref=ox_sc_act_title_1?smid=A1YZW40LYQY3L1&psc=1
… On Jan 31, 2025, at 11:34 AM, pascallanger ***@***.***> wrote:
A 3.3V USB serial adapter is only a few euros/dollars and most likely available in a few days wherever you are.
image.png (view on web) <https://github.com/user-attachments/assets/be442f7c-91f2-4a2a-8852-35ba462e68a0>
—
Reply to this email directly, view it on GitHub <#1069 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BPBFNAKKIYURBMRW5VHACSL2NOQ23AVCNFSM6AAAAABWH4DIW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRXG43DGOBQGM>.
You are receiving this because you authored the thread.
|
Yes perfect |
Hi Pascal, I’ve received the adaptor - I haven’t done this before so please bear with me - I want to clarify I’ve connected the adaptor as you requested. The pins however are too large to fit the tx16s 4-in-1 holes you’ve ID'd. I can probably work around that just wanted to make sure that’s what you need?
Can I run debug mode as you requested… on a Mac? Or will I need windows?

![Image](https://github.com/user-attachments/assets/bf9b1898-eb74-4e57-832d-5f957ad1ebb3)
… On Jan 31, 2025, at 11:59 AM, pascallanger ***@***.***> wrote:
Yes perfect
—
Reply to this email directly, view it on GitHub <#1069 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BPBFNAN6TAKQ2547UJL2HG32NOTY3AVCNFSM6AAAAABWH4DIW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRXHAYTEOBVGU>.
You are receiving this because you authored the thread.
|
You have to switch the voltage to 3.3V on your USB to serial adapter using the strap, right now it's on 5V on the picture. |
![Image](https://github.com/user-attachments/assets/f76c9556-6e5a-4f87-bf57-b8b39b1a25fa)
I have downloaded STM32CubeProgrammer. Will this be suitable?
I’ve made the connections. You mentioned "connect the module TX to the USB serial RX.” — Do you mean TX from the 4-in1 to RX as marked on the serial adaptor? Or TX to TX? (The white wire is TX to TX currently, is that correct?)

… On Feb 4, 2025, at 1:57 PM, pascallanger ***@***.***> wrote:
You have to switch the voltage to 3.3V on your USB to serial adapter using the strap, right now it's on 5V on the picture.
The connection looks good. You need to connect both GND together and connect the module TX to the USB serial RX.
Yes the pins won't fit but you could remove the pin and solder the wire directly on the module. You can then leave this connector in the radio if we ever need it for another model.
You can use your Mac to do the dumps. What you need a serial terminal to display what the module sends. There are many like Arduino has one built in if you already have it installed or use putty which works on Mac: https://www.puttygen.com/download-putty
—
Reply to this email directly, view it on GitHub <#1069 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BPBFNAO57XKP45PZUJTWBFL2OEESHAVCNFSM6AAAAABWH4DIW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZUHAYTAMJTGM>.
You are receiving this because you authored the thread.
|
The picture is wrong...
I don't know what the STM32CubeProgrammer can do but I don't think it will do it. Install putty if you don't need Arduino. |
I’ve corrected the connections and I’m using a PC now to make things easier. Have putty running, but not seeing anything. Something about debug mode needs to be uploaded to the adaptor? https://github.com/pascallanger/DIY-Multiprotocol-TX-Module/blob/master/docs/Advanced_Debug.md
Do I need to follow this? If so what software tool is in the pics?
… On Feb 4, 2025, at 3:18 PM, pascallanger ***@***.***> wrote:
The picture is wrong...
Module Serial
GND GND
TX RX
I don't know what the STM32CubeProgrammer can do but I don't think it will do it. Install putty if you don't need Arduino.
If you follow this: https://github.com/pascallanger/DIY-Multiprotocol-TX-Module/blob/master/docs/Advanced_XN297Ldump.md you should see the module booting when powering on the radio with a model that has your internal module enabled for Multi.
—
Reply to this email directly, view it on GitHub <#1069 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BPBFNAO3B7AJP4MEMZ2EUZD2OEOAFAVCNFSM6AAAAABWH4DIW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZUHE3TCNRSGM>.
You are receiving this because you authored the thread.
|
The software in the pic is Arduino. But you can take any serial software... |
Ahh ok, this one? mm-stm-xn297dump-ftdidebug-v1.3.4.28
Just copy onto the SD and flash like usual?
… On Feb 4, 2025, at 4:56 PM, pascallanger ***@***.***> wrote:
The software in the pic is Arduino. But you can take any serial software...
For the module you need to install the latest debug firmware ftdi debug which is in this zip file : https://nightly.link/pascallanger/DIY-Multiprotocol-TX-Module/workflows/main/master/multi-test-build.zip
—
Reply to this email directly, view it on GitHub <#1069 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BPBFNAMT7GMW4ZQKSKTNROD2OEZP7AVCNFSM6AAAAABWH4DIW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZVGE3DEMBUGY>.
You are receiving this because you authored the thread.
|
I’m attempting to flash the multi-module with that firmware and receiving an error…
NEEDS FILE
Stm-opentx-noinv
![Image](https://github.com/user-attachments/assets/30e1702f-3bea-4d99-bed1-86a5038e8ca3)

… On Feb 4, 2025, at 4:56 PM, pascallanger ***@***.***> wrote:
The software in the pic is Arduino. But you can take any serial software...
For the module you need to install the latest debug firmware ftdi debug which is in this zip file : https://nightly.link/pascallanger/DIY-Multiprotocol-TX-Module/workflows/main/master/multi-test-build.zip
—
Reply to this email directly, view it on GitHub <#1069 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BPBFNAMT7GMW4ZQKSKTNROD2OEZP7AVCNFSM6AAAAABWH4DIW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZVGE3DEMBUGY>.
You are receiving this because you authored the thread.
|
Please test this firmware: multi-stm-ftdi-1.3.4.28.bin.zip |
Ok thank firmware loaded ok. Thanks. I’ve got putty running but don’t see anything during boot. Do I need to enable something elsewhere?
… On Feb 5, 2025, at 7:51 AM, pascallanger ***@***.***> wrote:
Please test this firmware: multi-stm-ftdi-1.3.4.28.bin.zip <https://github.com/user-attachments/files/18672469/multi-stm-ftdi-1.3.4.28.bin.zip>
—
Reply to this email directly, view it on GitHub <#1069 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BPBFNALPTRMHYV6DDE2M74T2OICLVAVCNFSM6AAAAABWH4DIW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZWG42TINZXGE>.
You are receiving this because you authored the thread.
|
Have you configured putty to open the serial port of your USB converter (COM port that appears when you plug it) and set the baudrate to 115200? |
Yes, it does connect on COM4, and I’ve tried a few baud rates. But I never see anything on the screen.
… On Feb 5, 2025, at 10:13 AM, pascallanger ***@***.***> wrote:
Have you configured putty to open the serial port of your USB converter (COM port that appears when you plug it) and set the baudrate to 115200?
—
Reply to this email directly, view it on GitHub <#1069 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BPBFNAKEYN4MKP7ZN4DKF6L2OITC7AVCNFSM6AAAAABWH4DIW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZXGE3TIMRRHA>.
You are receiving this because you authored the thread.
|
Try this version: multi-stm-ftdi-1.3.4.28a.zip |
Nothing with that firmware tone either.
… On Feb 5, 2025, at 10:26 AM, pascallanger ***@***.***> wrote:
Try this version: multi-stm-ftdi-1.3.4.28a.zip <https://github.com/user-attachments/files/18674677/multi-stm-ftdi-1.3.4.28a.zip>
—
Reply to this email directly, view it on GitHub <#1069 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BPBFNAOL6IPMOANDKJXG5Y32OIUQZAVCNFSM6AAAAABWH4DIW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZXGIZTQOBTHE>.
You are receiving this because you authored the thread.
|
That's strange... |
Sure, here’s some… I know it’s not clean/soldered (No way I could solder safely at that size) but I do see jitter and characters if I mess with the terminals so I know the wires are connected definitely beyond the radio.

EDIT: I tried again with better wires, and a dedicated Win7 pc (not Mac/Parallels vm). Pics are of this setup but again, nothing in Putty
![Image](https://github.com/user-attachments/assets/8cce502f-e9b7-4ce0-8447-32513c6b9340)
![Image](https://github.com/user-attachments/assets/8520cd41-958e-472f-adc7-6448c3ab0078)
![Image](https://github.com/user-attachments/assets/50130929-1810-412f-83e2-6a37d4f0695c)
![Image](https://github.com/user-attachments/assets/b5e9d30d-b09a-4073-992d-e3f2da7069ec)
![Image](https://github.com/user-attachments/assets/ddad0c74-b2a4-4a8f-b680-73f50b0aeeb2)
… On Feb 5, 2025, at 11:15 AM, pascallanger ***@***.***> wrote:
That's strange...
Can you take a picture of your setup?
The module should write some outputs when you select a model which is using it or boot the radio with a model using the module.
—
Reply to this email directly, view it on GitHub <#1069 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BPBFNAK2E3TT5CKZYPIK6LL2OI2IJAVCNFSM6AAAAABWH4DIW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZXGM4DKMZQGA>.
You are receiving this because you authored the thread.
|
That's really strange. Let me reproduce it when I'll be home this WE and get back to you. |
Absolutely, thank you. FWIW, when I have the serial convertor connected to PC, it shows an always red light. I had it disconnected from PC last night but still attached to radio, working on other planes and was noticing various lights coming on and off. Green ones in the center, other red ones - and they would change when doing different radio tasks. I took that to mean the adaptor might be seeing some traffic from the radio?
… On Feb 6, 2025, at 2:43 PM, pascallanger ***@***.***> wrote:
That's really strange. Let me reproduce it when I'll be home this WE and get back to you.
—
Reply to this email directly, view it on GitHub <#1069 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BPBFNALK5UMPLAZVLIGT4FL2OO3PZAVCNFSM6AAAAABWH4DIW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBQHAZTIOBZG4>.
You are receiving this because you authored the thread.
|
I would assume yes since the module sends something each time you change from one protocol to another. |
@pascallanger I've been working on a board definition for internal serial debugging. I modded one of my radios so I could connect an FTDI adapter to the internal module for testing. I confirm that neither of the builds you posted generates serial debug output. However, using the new board definition I compiled this binary, which does provide serial output. @bad-andy-rc, give this binary a go. You should see readable serial output with baud set to 115200. If you don't get anything with this file then you should take a look at your wiring and connections. |
@benlye thanks!!! |
@benlye I am getting output. Nice work! Now that this is achieved what output can I provide to help?
… On Feb 7, 2025, at 7:02 AM, pascallanger ***@***.***> wrote:
@benlye <https://github.com/benlye> thanks!!!
—
Reply to this email directly, view it on GitHub <#1069 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BPBFNAITTIC4RZ4FXJ52JF32OSOFFAVCNFSM6AAAAABWH4DIW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBSG4ZTOMZSGE>.
You are receiving this because you were mentioned.
|
Few questions:
For the dumps, it depends a little on the above but you can do this anyway:
|
How do you put the TX in bind mode?
Is it in bind each time you power it up? YES
Do you exit bind mode when you go up and down on throttle? Something else? Plane and stock remote bind without anything required. Plane flashes red led during bind mode
Does the TX needs to have the plane powered on to exit bind? YES
Does the TX need the plane to be on for the led to change its pattern after power on? YES, tx led flashes until plane is on and bind occurs
I performed the instructions through the first dump, attached here. I will perform the rest this evening.
Thanks!

On Feb 7, 2025, at 1:59 PM, pascallanger ***@***.***> wrote:
Few questions:
How do you put the TX in bind mode?
Is it in bind each time you power it up?
Do you exit bind mode when you go up and down on throttle? Something else?
Does the TX needs to have the plane powered on to exit bind?
Does the TX need the plane to be on for the led to change its pattern after power on?
For the dumps, it depends a little on the above but you can do this anyway:
power on the TX in bind mode
create a new model, select the protocol XN297Dump and subprotocol auto
You should see on the output the module scanning all frequencies and bitrate. Let it do its thing. When it finds something it will start to analyze. When it finishes to look at the RF part, it will switch to identify features. At this stage, save the content of everything that has appeared and store it in a text file that you post here.
For the second dump, you do the same but in normal mode (exit bind). Just reload the model, it will start scanning again... Save the content and call it normal.txt.
At this stage we should see what bind and normal packets look like. The next step is to identify what the packet content is. When the module states identify sticks and features, move slowly the throttle down->up->down, save that to a throttle.txt file. Repeat the action with aileron, rudder, elevator and any other switches/buttons/special features that the plane has every time in a different file.
—
Reply to this email directly, view it on GitHub <#1069 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BPBFNALBGWYECIGU3D6N5BD2OT7CVAVCNFSM6AAAAABWH4DIW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBTG42TAOJRGI>.
You are receiving this because you were mentioned.
Multiprotocol version: 1.3.4.30
Module Flash size: 128KB
EEPROM initialized: 0
Protocol selection switch reads as 0
Using bank 0
Module Id: d33ea96a
Init complete
Normal telem 0,1
Protocol selected: 1, sub proto 0, rxnum 0, option 0
Protocol selected: 1, sub proto 0, rxnum 0, option 0
Protocol selected: 63, sub proto 0, rxnum 0, option 0
XN297 dump, address length=5, bitrate=250K
Proto=XN297DP, nbr_sub=7, Sub=250Kbps, Opt=8, FS=0, CHMap=0, rfSw=2
Channel=0,0x00
Protocol selected: 63, sub proto 3, rxnum 0, option 0
XN297 dump, address length=5, bitrate=250K
Proto=XN297DP, nbr_sub=7, Sub=Auto , Opt=8, FS=0, CHMap=0, rfSw=2
------------------------
Detecting XN297 packets.
XN297 dump, address length=5, bitrate=250K
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84
XN297 dump, address length=5, bitrate=1M
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84
XN297 dump, address length=5, bitrate=2M
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84
XN297 dump, address length=5, bitrate=250K
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69
Packet detected: bitrate=Using NRF
250K C=69 S=Y A= CC CC CC CC CC P(9)= 9C BB CC DD 84 24 20 00 97
…--------------------------------
Identifying all RF channels in use.
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69
RX on channel: 69, Time: 0us P: 9C BB CC DD 84 24 20 00 97
RX on channel: 69, Time: 49448us P: 9C BB CC DD 84 24 20 00 97
RX on channel: 69, Time: 52415us P: 9C BB CC DD 84 24 20 00 97
RX on channel: 69, Time: 52378us P: 9C BB CC DD 84 24 20 00 97
RX on channel: 69, Time: 52419us P: 9C BB CC DD 84 24 20 00 97
RX on channel: 69, Time: 52387us P: 9C BB CC DD 84 24 20 00 97
RX on channel: 69, Time: 52393us P: 9C BB CC DD 84 24 20 00 97
RX on channel: 69, Time: 52414us P: 9C BB CC DD 84 24 20 00 97
RX on channel: 69, Time: 52394us P: 9C BB CC DD 84 24 20 00 97
Trying RF channel: ,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84
1 RF channels identified: 69[9]
Keeping only RF channels with more than 6 packets: 69*
--------------------------------
Identifying RF channels order.
Time between CH:69 and CH:69
Time: 52390us
Time: 49036us
Time: 55320us
Time: 52369us
Channel order:
69: 0us
69: 49036us
--------------------------------
Identifying Sticks and features.
P: 9C BB CC DD 84 24 20 00 97
|
It's a variant of the XK2 protocol. Extract from my XK2 protocol notes:
The bind RF frequency is different since yours is 69 instead of 71 Normally the TX answers with its ID (replacing the dummy bytes) and the plane acks before switching to normal packets. As you can see you must be crystal clear on which state the TX is, which state the plane is and so on when doing the dumps. Usually the LED on the TX and plane changes to indicate the different phases so use this to report. |
Here’s what I’m getting now. On the TX16s I am loading another model (FMS) then loading this model. I’ve attached the output…

On Feb 7, 2025, at 5:47 PM, pascallanger ***@***.***> wrote:
It's a variant of the XK2 protocol.
The dump you've sent is what the plane sends to the TX.
The plane is currently waiting for an answer from the TX... So like if your TX is not turned on or not in bind mode or...
Extract from my XK2 protocol notes:
Bind
Plane sends these packets:
RX: 0us C=71 S=Y A= CC CC CC CC CC P(9)= 9C BB CC DD 38 12 10 00 19
P[0] = 9C bind phase 1
P[1] = Dummy TX_ID
P[2] = Dummy TX_ID
P[3] = Dummy TX_ID
P[4] = RX_ID[0]
P[5] = RX_ID[1]
P[6] = RX_ID[2]
P[7] = 00
P[8] = sum(P[0..7]) + BF
The bind RF frequency is different since yours is 69 instead of 71
In your case the plane ID is 84 24 20
The checksum calculation is also different P[8] = sum(P[0..7]) + CF. They've just added 10 so may be it's +10 everywhere?
Normally the TX answers with its ID (replacing the dummy bytes) and the plane acks before switching to normal packets.
Since they've changed the bind RF frequency and the checksum, I'm wondering how much they've changed the protocol... Without all the dumps it's hard to answer.
As you can see you must be extra clear on which state the TX is, which state the plane is and so on when doing the dumps. Usually the LED on the TX and plane changes to indicate the different phases so use this to report.
—
Reply to this email directly, view it on GitHub <#1069 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BPBFNAINMBV7OWSD7U6HOUT2OUZWXAVCNFSM6AAAAABWH4DIW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBUGI3DONRYGI>.
You are receiving this because you were mentioned.
Bad frame RX
Multiprotocol version: 1.3.4.30
Module Flash size: 128KB
EEPROM initialized: 0
Protocol selection switch reads as 0
Using bank 0
Module Id: d33ea96a
Init complete
Normal telem 0,1
Protocol selected: 28, sub proto 0, rxnum 4, option 128
Bad frame RX
Multiprotocol version: 1.3.4.30
Module Flash size: 128KB
EEPROM initialized: 0
Protocol selection switch reads as 0
Using bank 0
Module Id: d33ea96a
Init complete
Normal telem 0,1
Protocol selected: 14, sub proto 0, rxnum 0, option 0
Bad frame RX
Multiprotocol version: 1.3.4.30
Module Flash size: 128KB
EEPROM initialized: 0
Protocol selection switch reads as 0
Using bank 0
Module Id: d33ea96a
Init complete
Normal telem 0,1
Protocol selected: 63, sub proto 3, rxnum 5, option 0
XN297 dump, address length=5, bitrate=250K
Proto=XN297DP, nbr_sub=7, Sub=Auto , Opt=8, FS=0, CHMap=0, rfSw=2
------------------------
Detecting XN297 packets.
XN297 dump, address length=5, bitrate=250K
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84
XN297 dump, address length=5, bitrate=1M
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84
XN297 dump, address length=5, bitrate=2M
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84
XN297 dump, address length=5, bitrate=250K
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84
XN297 dump, address length=5, bitrate=1M
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84
XN297 dump, address length=5, bitrate=2M
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84
XN297 dump, address length=5, bitrate=250K
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84
XN297 dump, address length=5, bitrate=1M
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84
XN297 dump, address length=5, bitrate=2M
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84
XN297 dump, address length=5, bitrate=250K
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84
XN297 dump, address length=5, bitrate=1M
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84
XN297 dump, address length=5, bitrate=2M
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84
XN297 dump, address length=5, bitrate=250K
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84
XN297 dump, address length=5, bitrate=1M
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32
|
If you have powered on only the TX, yes you get nothing... This is what I've explained you... The TX doesn't send anything until it "hears" from the plane. The plane is talking first. |
Ok understood. So this time I powered up the tx16s, the plane, then the original controller. This is the output I received. I tried to be systematic in using ailerons, then elevator, then rudder but not sure how/if that registered here. This plane activates the gyro only after hitting throttle. I included outputs both with gyro activated and prior. Don’t know if that helps. Let me know what else you’d like me to try. Thanks!

On Feb 7, 2025, at 6:29 PM, pascallanger ***@***.***> wrote:
If you have powered on only the TX, yes you get nothing... This is what I've explained you... The TX doesn't send anything until it "hears" from the plane. The plane is talking first.
Power on both the TX and the plane. Make sure you have control from the original TX and send the requested dumps.
For the other bind phases we will see later...
—
Reply to this email directly, view it on GitHub <#1069 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BPBFNAJPPRWD6DL52MLHTMD2OU6T3AVCNFSM6AAAAABWH4DIW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBUGMYTSMRTGY>.
You are receiving this because you were mentioned.
Multiprotocol version: 1.3.4.30
Module Flash size: 128KB
EEPROM initialized: 0
Protocol selection switch reads as 0
Using bank 0
Module Id: d33ea96a
Init complete
Normal telem 0,1
Protocol selected: 0, sub proto 0, rxnum 0, option 255
Protocol selected: 63, sub proto 3, rxnum 5, option 0
XN297 dump, address length=5, bitrate=250K
Proto=XN297DP, nbr_sub=7, Sub=Auto , Opt=8, FS=0, CHMap=0, rfSw=2
------------------------
Detecting XN297 packets.
XN297 dump, address length=5, bitrate=250K
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64
Packet detected: bitrate=Using NRF
250K C=64 S=Y A= E8 25 3B CC CC P(9)= E8 25 3B 00 00 00 00 00 24
…--------------------------------
Identifying all RF channels in use.
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66
RX on channel: 66, Time: 0us P: 32 32 00 32 A0 40 00 C8 6D
RX on channel: 66, Time: 3856us P: 32 32 00 32 A0 40 01 C8 6E
RX on channel: 66, Time: 29699us P: 32 32 00 32 C1 48 00 C8 96
RX on channel: 66, Time: 6005us P: 32 32 00 32 C1 48 01 C8 97
RX on channel: 66, Time: 21088us P: 32 32 00 32 C1 48 01 C8 97
RX on channel: 66, Time: 32463us P: 32 32 00 32 C1 48 01 C8 97
RX on channel: 66, Time: 32581us P: 32 32 00 32 C1 48 01 C8 97
RX on channel: 66, Time: 24373us P: 32 32 00 32 C1 48 01 C8 97
RX on channel: 66, Time: 69453us P: 32 32 00 32 C1 48 00 C8 96
RX on channel: 66, Time: 4041us P: 32 32 00 32 C1 48 01 C8 97
RX on channel: 66, Time: 28236us P: 32 32 00 32 C1 48 00 C8 96
RX on channel: 66, Time: 6240us P: 32 32 00 32 C1 48 01 C8 97
RX on channel: 66, Time: 14990us P: 32 32 00 32 C1 48 00 C8 96
RX on channel: 66, Time: 41151us P: 32 32 00 32 C1 48 01 C8 97
Trying RF channel: ,67
RX on channel: 67, Time: 0us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 3392us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 3356us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 10929us P: 32 32 00 32 C1 48 01 C8 97
RX on channel: 67, Time: 2529us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 6726us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 5436us P: 32 32 00 32 C1 48 00 C8 96
RX on channel: 67, Time: 3667us P: 32 32 00 32 C1 48 01 C8 97
RX on channel: 67, Time: 7723us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 2854us P: 32 32 00 32 C1 48 00 C8 96
RX on channel: 67, Time: 5876us P: 32 32 00 32 C1 48 01 C8 97
RX on channel: 67, Time: 15298us P: 32 32 00 32 C1 48 00 C8 96
RX on channel: 67, Time: 5656us P: 32 32 00 32 C1 48 01 C8 97
RX on channel: 67, Time: 3948us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 3375us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 6694us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 16443us P: 32 32 00 32 C1 48 00 C8 96
RX on channel: 67, Time: 4023us P: 32 32 00 32 C1 48 01 C8 97
RX on channel: 67, Time: 3125us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 6715us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 5182us P: 32 32 00 32 C1 48 00 C8 96
Trying RF channel: ,68,69,70
RX on channel: 70, Time: 0us P: 32 32 00 32 A0 48 01 C8 76
RX on channel: 70, Time: 11011us P: 32 32 00 32 E0 48 00 C8 B5
RX on channel: 70, Time: 23462us P: 32 32 00 32 E0 48 01 C8 B6
RX on channel: 70, Time: 50998us P: 32 32 00 32 60 48 00 C8 35
RX on channel: 70, Time: 5843us P: 32 32 00 32 60 48 01 C8 36
RX on channel: 70, Time: 10662us P: 32 32 00 32 A0 48 00 C8 75
RX on channel: 70, Time: 56526us P: 32 32 00 32 E0 48 00 C8 B5
RX on channel: 70, Time: 27325us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 70, Time: 64229us P: 32 32 00 32 E0 48 01 C8 B6
RX on channel: 70, Time: 36790us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 70, Time: 3374us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 70, Time: 14530us P: 32 32 00 32 60 48 01 C8 36
Trying RF channel: ,71,72,73,74,75,76,77,78,79,80,81,82,83,84
3 RF channels identified: 66[14] 67[21] 70[12]
Keeping only RF channels with more than 14 packets: 66 67*
--------------------------------
Identifying RF channels order.
Time between CH:67 and CH:66
Time: 61225us
Time: 28238us
Time: 93195us
Time: 51126us
Time: 28022us
Time: 51411us
Time between CH:67 and CH:67
Time: 2897us
Time: 3609us
Time: 3578us
Time: 3828us
Time: 3586us
Time: 2919us
Channel order:
67: 0us
67: 2897us
--------------------------------
Identifying Sticks and features.
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
Multiprotocol version: 1.3.4.30
Module Flash size: 128KB
EEPROM initialized: 0
Protocol selection switch reads as 0
Using bank 0
Module Id: d33ea96a
Init complete
Normal telem 0,1
Protocol selected: 0, sub proto 0, rxnum 0, option 255
Protocol selected: 63, sub proto 3, rxnum 5, option 0
XN297 dump, address length=5, bitrate=250K
Proto=XN297DP, nbr_sub=7, Sub=Auto , Opt=8, FS=0, CHMap=0, rfSw=2
------------------------
Detecting XN297 packets.
XN297 dump, address length=5, bitrate=250K
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64
Packet detected: bitrate=Using NRF
250K C=64 S=Y A= E8 25 3B CC CC P(9)= 32 32 00 32 A0 40 00 C8 6D
--------------------------------
Identifying all RF channels in use.
Trying RF channel: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66
RX on channel: 66, Time: 0us P: 32 32 00 32 E0 40 01 C8 AE
RX on channel: 66, Time: 261651us P: 32 32 00 32 20 40 01 C8 EE
Trying RF channel: ,67
RX on channel: 67, Time: 0us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 7092us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 7952us P: 32 32 00 32 60 40 01 C8 2E
RX on channel: 67, Time: 2665us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 7110us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 3534us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 5358us P: 32 32 00 32 A0 40 01 C8 6E
RX on channel: 67, Time: 5273us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 7165us P: 32 32 00 32 E0 40 00 C8 AD
RX on channel: 67, Time: 5560us P: 32 32 00 32 E0 40 01 C8 AE
RX on channel: 67, Time: 4994us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 6914us P: 32 32 00 32 20 40 00 C8 ED
RX on channel: 67, Time: 5924us P: 32 32 00 32 20 40 01 C8 EE
RX on channel: 67, Time: 4880us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 10706us P: 32 32 00 32 60 40 01 C8 2E
RX on channel: 67, Time: 3464us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 3539us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 7078us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 5212us P: 32 32 00 32 A0 40 01 C8 6E
RX on channel: 67, Time: 5450us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 67, Time: 14413us P: 32 32 00 32 E0 40 01 C8 AE
Trying RF channel: ,68,69,70
RX on channel: 70, Time: 0us P: 32 32 00 32 60 40 00 C8 2D
RX on channel: 70, Time: 3857us P: 32 32 00 32 60 40 01 C8 2E
RX on channel: 70, Time: 14984us P: 32 32 00 32 60 40 00 C8 2D
RX on channel: 70, Time: 3783us P: 32 32 00 32 60 40 01 C8 2E
RX on channel: 70, Time: 17737us P: 32 32 00 32 A0 40 01 C8 6E
RX on channel: 70, Time: 68671us P: E8 25 3B 00 00 00 00 00 24
RX on channel: 70, Time: 19519us P: 32 32 00 32 60 40 01 C8 2E
RX on channel: 70, Time: 62333us P: 32 32 00 32 20 40 00 C8 ED
RX on channel: 70, Time: 4089us P: 32 32 00 32 20 40 01 C8 EE
RX on channel: 70, Time: 48426us P: 32 32 00 32 E0 40 00 C8 AD
RX on channel: 70, Time: 20684us P: 32 32 00 32 E0 40 00 C8 AD
RX on channel: 70, Time: 17077us P: 32 32 00 32 20 40 00 C8 ED
RX on channel: 70, Time: 71997us P: 32 32 00 32 A0 40 00 C8 6D
Trying RF channel: ,71,72,73,74,75,76,77,78,79,80,81,82,83,84
3 RF channels identified: 66[2] 67[21] 70[13]
Keeping only RF channels with more than 14 packets: 67*
--------------------------------
Identifying RF channels order.
Time between CH:67 and CH:67
Time: 3189us
Time: 2174us
Time: 6080us
Time: 3557us
Time: 1656us
Time: 2067us
Time: 4031us
Time: 3560us
Time: 3733us
Time: 15248us
Time: 1198us
Time: 1002us
Channel order:
67: 0us
67: 1002us
--------------------------------
Identifying Sticks and features.
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 3E 32 00 32 E0 40 01 C8 BA
P: E8 25 3B 00 00 00 00 00 24
P: 3E 32 00 32 20 40 00 C8 F9
P: E8 25 3B 00 00 00 00 00 24
P: 3E 32 00 32 20 40 01 C8 FA
P: 57 32 00 32 20 40 00 C8 12
P: 57 32 00 32 20 40 01 C8 13
P: E8 25 3B 00 00 00 00 00 24
P: 57 32 00 32 20 40 01 C8 13
P: 64 32 00 32 60 40 00 C8 5F
P: 64 32 00 32 60 40 01 C8 60
P: E8 25 3B 00 00 00 00 00 24
P: 64 32 00 32 A0 40 00 C8 9F
P: 64 32 00 32 A0 40 01 C8 A0
P: E8 25 3B 00 00 00 00 00 24
P: 64 32 00 32 E0 40 00 C8 DF
P: E8 25 3B 00 00 00 00 00 24
P: 64 32 00 32 E0 40 01 C8 E0
P: 64 32 00 32 E0 40 00 C8 DF
P: 64 32 00 32 E0 40 01 C8 E0
P: E8 25 3B 00 00 00 00 00 24
P: 64 32 00 32 20 40 00 C8 1F
P: E8 25 3B 00 00 00 00 00 24
P: 64 32 00 32 20 40 01 C8 20
P: E8 25 3B 00 00 00 00 00 24
P: 64 32 00 32 60 40 00 C8 5F
P: E8 25 3B 00 00 00 00 00 24
P: 64 32 00 32 60 40 01 C8 60
P: 64 32 00 32 60 40 00 C8 5F
P: 64 32 00 32 60 40 01 C8 60
P: E8 25 3B 00 00 00 00 00 24
P: 64 32 00 32 A0 40 00 C8 9F
P: 64 32 00 32 A0 40 01 C8 A0
P: E8 25 3B 00 00 00 00 00 24
P: 64 32 00 32 E0 40 00 C8 DF
P: 64 32 00 32 E0 40 01 C8 E0
P: E8 25 3B 00 00 00 00 00 24
P: 64 32 00 32 20 40 01 C8 20
P: E8 25 3B 00 00 00 00 00 24
P: 64 32 00 32 60 40 00 C8 5F
P: 64 32 00 32 60 40 01 C8 60
P: E8 25 3B 00 00 00 00 00 24
P: 64 32 00 32 60 40 01 C8 60
P: 64 32 00 32 A0 40 00 C8 9F
P: E8 25 3B 00 00 00 00 00 24
P: 64 32 00 32 A0 40 01 C8 A0
P: 64 32 00 32 A0 40 00 C8 9F
P: 64 32 00 32 A0 40 01 C8 A0
P: 64 32 00 32 A0 40 00 C8 9F
P: 64 32 00 32 A0 40 01 C8 A0
P: E8 25 3B 00 00 00 00 00 24
P: 64 32 00 32 E0 40 00 C8 DF
P: 64 32 00 32 E0 40 01 C8 E0
P: E8 25 3B 00 00 00 00 00 24
P: 57 32 00 32 20 40 00 C8 12
P: E8 25 3B 00 00 00 00 00 24
P: 57 32 00 32 20 40 01 C8 13
P: 43 32 00 32 20 40 01 C8 FF
P: E8 25 3B 00 00 00 00 00 24
P: 35 32 00 32 60 40 00 C8 30
P: 35 32 00 32 60 40 01 C8 31
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 2E 32 00 32 E0 40 00 C8 A9
P: 2E 32 00 32 E0 40 01 C8 AA
P: E8 25 3B 00 00 00 00 00 24
P: 2E 32 00 32 20 40 00 C8 E9
P: E8 25 3B 00 00 00 00 00 24
P: 22 32 00 32 20 40 01 C8 DE
P: E8 25 3B 00 00 00 00 00 24
P: 18 32 00 32 60 40 00 C8 13
P: E8 25 3B 00 00 00 00 00 24
P: 18 32 00 32 60 40 01 C8 14
P: 00 32 00 32 60 40 00 C8 FB
P: 00 32 00 32 60 40 01 C8 FC
P: E8 25 3B 00 00 00 00 00 24
P: 00 32 00 32 A0 40 01 C8 3C
P: E8 25 3B 00 00 00 00 00 24
P: 00 32 00 32 E0 40 00 C8 7B
P: 00 32 00 32 E0 40 01 C8 7C
P: E8 25 3B 00 00 00 00 00 24
P: 00 32 00 32 20 40 00 C8 BB
P: E8 25 3B 00 00 00 00 00 24
P: 00 32 00 32 20 40 01 C8 BC
P: 00 32 00 32 20 40 00 C8 BB
P: E8 25 3B 00 00 00 00 00 24
P: 00 32 00 32 20 40 01 C8 BC
P: E8 25 3B 00 00 00 00 00 24
P: 00 32 00 32 60 40 00 C8 FB
P: 00 32 00 32 60 40 01 C8 FC
P: E8 25 3B 00 00 00 00 00 24
P: 00 32 00 32 A0 40 00 C8 3B
P: 00 32 00 32 A0 40 01 C8 3C
P: 00 32 00 32 A0 40 00 C8 3B
P: 00 32 00 32 A0 40 01 C8 3C
P: E8 25 3B 00 00 00 00 00 24
P: 00 32 00 32 E0 40 01 C8 7C
P: E8 25 3B 00 00 00 00 00 24
P: 00 32 00 32 20 40 00 C8 BB
P: 00 32 00 32 20 40 01 C8 BC
P: E8 25 3B 00 00 00 00 00 24
P: 00 32 00 32 60 40 00 C8 FB
P: 00 32 00 32 60 40 01 C8 FC
P: E8 25 3B 00 00 00 00 00 24
P: 00 32 00 32 A0 40 00 C8 3B
P: E8 25 3B 00 00 00 00 00 24
P: 00 32 00 32 A0 40 01 C8 3C
P: E8 25 3B 00 00 00 00 00 24
P: 00 32 00 32 E0 40 01 C8 7C
P: E8 25 3B 00 00 00 00 00 24
P: 00 32 00 32 20 40 00 C8 BB
P: 00 32 00 32 20 40 01 C8 BC
P: E8 25 3B 00 00 00 00 00 24
P: 0A 32 00 32 60 40 00 C8 05
P: E8 25 3B 00 00 00 00 00 24
P: 0A 32 00 32 60 40 01 C8 06
P: 22 32 00 32 60 40 00 C8 1D
P: 22 32 00 32 60 40 01 C8 1E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 01 C8 6E
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 01 C8 EE
P: 32 32 00 32 60 40 00 C8 2D
P: 32 32 00 32 60 40 01 C8 2E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 A0 40 00 C8 6D
P: 32 32 00 32 A0 40 01 C8 6E
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 00 C8 AD
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 E0 40 01 C8 AE
P: 32 32 00 32 E0 40 00 C8 AD
P: 32 32 00 32 E0 40 01 C8 AE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 20 40 00 C8 ED
P: 32 32 00 32 20 40 01 C8 EE
P: E8 25 3B 00 00 00 00 00 24
P: 32 32 00 32 60 40 00 C8 2D
P:
|
Sorry but you are not following the instructions neither answering the questions... What you are providing so far is not useful and does not allow me to work on it. Here is the process you need to follow for the dumps below:
Once the above is done:
|
Recently picked up a Park10 branded version of WLToys' a160 j3-cub rc plane. I would love to bind to it using TX16s 4-in-1. I tried latest stable release v.1.3.4.0, and test release v1.3.4.27 under all protocols known to have worked with prior WLToy's versions. No luck, this board is different. It says P710x on it.
The text was updated successfully, but these errors were encountered: