Jon Lidgard

Results 7 comments of Jon Lidgard

I just modded the function to return nil if productId == [NSNull null]: ``` -(NSDate*) expiryDateForProduct:(NSString*) productId { NSNumber *expiresDateMs = self.purchaseRecord[productId]; NSDate *expiryDate; if (expiresDateMs && ![expiresDateMs isKindOfClass:[NSNull class]])...

I'm getting crashes too, modded code to make sure originalAppVersion in non nil, but haven't tested yet.

There is a problem in the effects calculator. It doesn't correctly implement the PID specification: **If the number of Condition report blocks is equal to the number of axes for...

Thanks, I'll take a look - is this issue fixed in the FINO fork?

Ok great, I'll take a close look. In the meantime I've just sent a Pull Request with it fixed (needs testing)

Well I've had a quick look at FINO (both branches) & it doesn't appear to be fixed there either. My code is here: [https://github.com/jonlidgard/ArduinoJoystickWithFFBLibrary/tree/conditionEffect](https://github.com/jonlidgard/ArduinoJoystickWithFFBLibrary/tree/conditionEffect) It needs someone to test it...

Probably better merged into FINO if this isn't being maintained.