New Firmware

Well new Android software is out, but no firmware. Maybe that's what the originator of this thread meant lololol
 
Reactions: sirnikolas
 
Is everybody planning on installing the next update ASAP?

**Not sure what happened with the last update(NO SUBSTANTIAL REPORTS) but I've had a few dropouts(video) that I never had prior flying in the same location.. I'm hoping it was a glitch of the sort but "HOPING" better and more advanced things are to come.. There will always be some sort of bug.. I'm anticipating another Inspire or diving into the Matrice.. Cocked, Locked and Ready to Rock.. Bring it on DJI[emoji12]
 
Amazing what a few lines of code can do....

Private Sub CheckRev()
Dim webClient As New System.Net.WebClient
Dim result As String = webClient.DownloadString("http://www.dji.com/product/inspire-1/download")

Dim P1 As Integer = result.IndexOf(">Inspire 1 Firmware")
Dim P2 As Integer = result.IndexOf("<", P1)
Dim Firmware As String = result.Substring(P1 + 1, P2 - P1 - 1)
Dim Parts() As String = Firmware.Split(" ")
Dim Rev As String = Parts(Parts.Length - 1)
If Rev <> "v1.2.1.06" Then
MsgBox("New Version")
End If
End Sub
 
http://www.reactiongifs.com/wp-content/uploads/2013/11/today-i-saw-some-weird-****-gif.gif
 
The new android app only just caught up with iOS, it's not "in advance".
 
.
...What is your affiliation with or connection to DJI..?
.
IIIDaemon
www.GasRecovery.net
 
.
...What is your affiliation with or connection to DJI..?
.
IIIDaemon
www.GasRecovery.net
I neither work for, nor have I ever worked for or have any affiliation to DJI or any of its subsidiaries.
I do have an NDA in place with them for various reasons and have a good relationship with several of their personnel.

I am one of the moderators on this forum which also has no handcuffs or restrictions or censorship from DJI.

Why do you ask?