VanceVagell / kv4p-ht

Open source handheld ham radio project KV4P-HT
GNU General Public License v3.0
316 stars 35 forks source link

Refactor: Convert Project to PlatformIO #96

Closed randomdude583 closed 4 days ago

randomdude583 commented 5 days ago

Overview

This pull request transitions the existing Arduino-based project to utilize PlatformIO for enhanced build management and dependency handling. The migration aims to streamline development workflows, ensure consistent builds, and simplify future maintenance.

Changes Made

Motivation

Migrating to PlatformIO offers several advantages over the traditional Arduino IDE:

Additional Notes

randomdude583 commented 5 days ago

I have updated this to be compatible with both PlatformIO and the Arduino IDE. I've also updated the README to have detailed instructions on how to set up the project, build, and upload using either environment.