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

Remove Arduino IDE support #38

Merged
merged 6 commits into from
Nov 2, 2024
Merged

Remove Arduino IDE support #38

merged 6 commits into from
Nov 2, 2024

Conversation

tcsullivan
Copy link
Collaborator

We've been depending on PlatformIO for awhile now: it has better modern C++ support and makes OTA signing easier, to name a couple of reasons. It was useful to have a period of supporting both PIO and the Arduino IDE, but at this point I think PIO needs to be our primary build system. Anyone who contributes to the firmware in the future needs to be able to work/test with PIO anyway.

These commits remove code related to Arduino IDE support and flags that managed the dual support. This includes the removal of the config.h header, which was the source of some problems in the past since it was easy to forget about.

@tcsullivan tcsullivan merged commit 6319bfd into main Nov 2, 2024
2 checks passed
@tcsullivan tcsullivan deleted the platformio-only branch November 2, 2024 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant