Merge pull request #114 from lincomatic/pr-llcc68

Add ProMicroLLCC68 builds
This commit is contained in:
ripplebiz 2025-03-18 13:45:03 +11:00 committed by GitHub
commit d15630660b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 90 additions and 1 deletions

View file

@ -107,6 +107,7 @@
#elif defined(FAKETEC)
#include <helpers/nrf52/faketecBoard.h>
#include <helpers/CustomSX1262Wrapper.h>
#include <helpers/CustomLLCC68Wrapper.h>
static faketecBoard board;
#else
#error "need to provide a 'board' object"