Skip to content
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

Limitation of sending IR value > 2147483647 #7

Closed
1technophile opened this issue Jan 8, 2017 · 1 comment
Closed

Limitation of sending IR value > 2147483647 #7

1technophile opened this issue Jan 8, 2017 · 1 comment

Comments

@1technophile
Copy link
Owner

When sending value > 2147483647 the data sent by IR is limited to 2147483647

@1technophile
Copy link
Owner Author

This is due to a problem with atol function wich seems to limit the long to the integer limitation during the conversion.
Replace the atol function by a method base on a loop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant