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

Reduce download size when using Arduino IDE #1463

Merged
merged 1 commit into from
Apr 18, 2021
Merged

Reduce download size when using Arduino IDE #1463

merged 1 commit into from
Apr 18, 2021

Conversation

crankyoldgit
Copy link
Owner

Issues with Arduino IDE ( #1451 ) might be related to zip file size. It surpassed 5Meg as of v2.7.16. So remove unneeded items from being included in the zip file, I hope.
This is a Hail Mary

Issues with Arduino IDE ( #1451 ) might be related to zip file size. It surpassed 5Meg as of v2.7.16. So remove unneeded items from being included in the zip file, I hope.
This is a Hail Mary
@crankyoldgit crankyoldgit requested a review from NiKiZe April 18, 2021 15:55
@crankyoldgit crankyoldgit self-assigned this Apr 18, 2021
@NiKiZe
Copy link
Collaborator

NiKiZe commented Apr 18, 2021

What about tests and tools?

@crankyoldgit
Copy link
Owner Author

crankyoldgit commented Apr 18, 2021

What about tests and tools?

I thought about them too. Just removing the biggest, least useful directories for now to see if it fixes the issue.
And if it works....

@crankyoldgit crankyoldgit merged commit 6f9b398 into master Apr 18, 2021
crankyoldgit added a commit that referenced this pull request Apr 19, 2021
_v2.7.17 (20210420)_
**[News]**
- The library now supports 100 IR protocols! \o/

**[Bug Fixes]**
- Fix `IRAcUtils::decodeToState()` for different length Samsung msgs (#1447 #1448)
- Fix issues with installing the library under the Arduino IDE on Win10 & OSX (#1451 #1464)

**[Features]**
- Fujitsu: Add support for `ARREW4E` model. (#1455 #1456)
- Experimental detailed support for Truma A/Cs. (#1440 #1449)

**[Misc]**
- Fix Arduino library linter issues. (#1451 #1452 #1453 #1460)
- Reduce the library's zip download size. (#1451 #1463)
- An experiment in using Github Actions to do some of the CI work. (#1462)
crankyoldgit added a commit that referenced this pull request Apr 19, 2021
_v2.7.17.1 (20210420)_

**[Misc]**
- Fix issues with installing the library under the Arduino IDE on Win10 & OSX (#1451 #1464)
- Reduce the library's github zip download size. (#1451 #1463)
- An experiment in using Github Actions to do some of the CI work. (#1462)
@crankyoldgit crankyoldgit mentioned this pull request Apr 19, 2021
crankyoldgit added a commit that referenced this pull request Apr 19, 2021
_v2.7.18 (20210420)_

**[Misc]**
- Fix issues with installing the library under the Arduino IDE on Win10 & OSX (#1451 #1464)
- Reduce the library's github zip download size. (#1451 #1463)
- An experiment in using Github Actions to do some of the CI work. (#1462)
@crankyoldgit crankyoldgit mentioned this pull request Apr 19, 2021
crankyoldgit added a commit that referenced this pull request Apr 20, 2021
_v2.7.18 (20210420)_

**[Misc]**
- Fix issues with installing the library under the Arduino IDE on Win10 & OSX (#1451 #1464)
- Reduce the library's github zip download size. (#1451 #1463)
- An experiment in using Github Actions to do some of the CI work. (#1462)
@crankyoldgit crankyoldgit deleted the wildguess branch April 20, 2021 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants