Hi,
I’ve just push a PR to add a new board : #2572 . I’ve built a prototype with this board, powered over ethernet, with a SX1262 module and a ATGM336H GPS module. I managed to make all this work with Meshtastic quite easily. But I’d like to make it work with Meshcore. And I struggle with this task right now, by the lack of documentation. How can I add this variant ? Is there a template somewhere ? What files should I create ? I’ve tried a platformio.ini file and I had compilation errors saying I needed a pins_arduino.h . I created it, but then, I had other issues ( undefined reference to setup() with the companion variant and target.h: No such file or directory with the repeater one).
Is there somewhere, something that could help me build a version of Meshcore for my device ?
Thank you
Hi,
I’ve just push a PR to add a new board : #2572 . I’ve built a prototype with this board, powered over ethernet, with a SX1262 module and a ATGM336H GPS module. I managed to make all this work with Meshtastic quite easily. But I’d like to make it work with Meshcore. And I struggle with this task right now, by the lack of documentation. How can I add this variant ? Is there a template somewhere ? What files should I create ? I’ve tried a platformio.ini file and I had compilation errors saying I needed a pins_arduino.h . I created it, but then, I had other issues (
undefined reference to setup()with the companion variant andtarget.h: No such file or directorywith the repeater one).Is there somewhere, something that could help me build a version of Meshcore for my device ?
Thank you