Chris Dro

Results 24 comments of Chris Dro

Are you sure you have the correct freq and radio setup in config? https://github.com/matthijskooijman/arduino-lmic/blob/master/src/lmic/config.h#L8 Also worth trying the suggestion in this comment https://github.com/matthijskooijman/arduino-lmic/issues/55#issuecomment-260064164

@dlarue I'm running across the same issue. Any updates on your end?

MCCI's library uses LMIC 1.6 and doesn't have this issue. The bug with this lib is that it doesn't take the disabled channels into account on rejoin attempts. I used...

Hey! Not working on this at the moment. Feel free to give it a shot.

Thanks @noitcudni ! @Tuuben Could you give this a shot and let me know if it worked out for ya?

@MyGuySi Can you try this proposed solution and see if that works? https://github.com/christopherdro/react-native-calendar/pull/91

Is this an issue on both iOS and Android? Is the paper size selected the same dimensions as what you have set?

@BricePissard Thanks for the PR but this is conflicting with a commit here that i've already merged. I think you just need to drop this commit fb9ca18b3add1a023e04f69d4cf9b3d860373ea3

This appears to be a device-specific issue. Can you confirm you are able to use this printer through other apps on your device?

Could you provide a use case? If you want to specify a 'end date', you can try and have that as a `DatePickerIOS` component on the next screen that is...