Skip to content

Conversation

@Mickyleitor
Copy link
Owner

No description provided.

@Mickyleitor Mickyleitor requested a review from Copilot August 11, 2025 22:36

This comment was marked as outdated.

@Mickyleitor Mickyleitor requested a review from Copilot August 11, 2025 22:42
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Migrates the project build system from Arduino CLI to PlatformIO for both ESP8266 and Arduino firmware projects, modernizing the development workflow and CI/CD pipeline.

  • Replaces Arduino CLI with PlatformIO configuration files and build process
  • Updates GitHub Actions workflow to use PlatformIO instead of Arduino CLI
  • Adds appropriate .gitignore files for PlatformIO-generated directories

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
Firmware_ESP8266/platformio.ini Updates existing PlatformIO config, simplifies structure and removes comments
Firmware_ESP8266/.gitignore Adds PlatformIO and VS Code generated files to ignore list
Firmware_Arduino/platformio.ini Creates new PlatformIO configuration for Arduino Pro Mini 8MHz
Firmware_Arduino/.gitignore Adds PlatformIO and VS Code generated files to ignore list
.github/workflows/build.yaml Completely rewrites CI workflow to use PlatformIO instead of Arduino CLI

@Mickyleitor Mickyleitor merged commit ea90a28 into master Aug 11, 2025
4 checks passed
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.

2 participants