EDIT: See Correction below. Stratux does not have a defect; the iFly GPS fix will be included in the next beta release.
Ergo, thanks for the log. Thanks to you (and this log) I was able to debug the issue.
From what I can tell, the Stratux "status message" (type 101) is defective for the new firmware. Byte[3] is supposed to indicate fix type where:
0 = no fix
1 = Fix
2 = Waas
The latest Stratux firmware always sends us "0" (no fix) in this message. I believe this is a Stratux defect. But I went ahead and put in a kludge fix in iFly GPS (might just be temporary) which ignores this "0" for up to 3 seconds, as the Stratux also gives us a proprietary status message which tells us there is a 'fix'.
I believe the correct fix here is for Stratux to fix their message type 101, and set Byte[3] correctly, instead of always showing '0'.
EDIT: This post is wrong, see my next post below for the real conclusion.