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>
- 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.