Refactor: FaketecBoard to PromicroBoard

This commit is contained in:
taco 2025-03-30 15:52:25 +11:00
parent 0d5c17f7ed
commit 01e98caea7
5 changed files with 32 additions and 32 deletions

View file

@ -2,7 +2,7 @@
#include "target.h"
#include <helpers/ArduinoHelpers.h>
FaketecBoard board;
PromicroBoard board;
RADIO_CLASS radio = new Module(P_LORA_NSS, P_LORA_DIO_1, P_LORA_RESET, P_LORA_BUSY, SPI);