Skip to content

Cleaner config with config.h, CI build, fix string bug#11

Merged
wojas merged 9 commits intomainfrom
cleanup-config
Oct 31, 2025
Merged

Cleaner config with config.h, CI build, fix string bug#11
wojas merged 9 commits intomainfrom
cleanup-config

Conversation

@wojas
Copy link
Copy Markdown
Owner

@wojas wojas commented Oct 31, 2025

  • Add a config.h for all the configuration defines
  • Fix a bug with incorrect string types (String vs std::string)
  • Also build firmware in CI to catch errors
  • Add OTA password to secrets

@wojas wojas added this to the v0.3 milestone Oct 31, 2025
wojas added 2 commits October 31, 2025 22:22
Guard the secrets include with __has_include so CI builds can fall

back to the example header when a private secrets.h is absent.
Copy secrets.example.h to secrets.h during CI runs so clean

builds have the header, and keep firmware sources including

secrets.h directly.
@wojas wojas merged commit a9c97b1 into main Oct 31, 2025
1 check 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.

1 participant