Commit Graph

2 Commits

Author SHA1 Message Date
Hays Chan
4fc69e41a8 Remove obsolete bsec2 linker flag from GAT562 platformio.ini
The custom linker flag for bsec2 library path is no longer needed since the functionality was updated in PR #6712. This commit removes the redundant -L flag to align with the latest build configuration.

Co-authored-by: Austin <vidplace7@gmail.com>
2025-05-15 19:34:33 +10:00
Hays Chan
08ca0bd28e feat: add support for GAT-IOT GAT562 Mesh Trial Tracker (nRF52840)
- Added new board definition: `boards/gat562_mesh_trial_tracker.json` for the GAT562 Mesh Trial Tracker, based on the nRF52840 architecture.
- Created `variants/gat562_mesh_trial_tracker/` directory with `platformio.ini` environment for building firmware for this board.
- Board configuration is based on the RAK4631, as the GAT562 uses the same GPIO and SSD1306 display setup.
- Updated build flags and library dependencies for the new board.

This change enables Meshtastic firmware development and deployment for the GAT-IOT GAT562 Mesh Trial Tracker, expanding hardware compatibility.
2025-05-15 19:34:33 +10:00