mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-07-15 16:59:54 +00:00
8 lines
140 B
C++
8 lines
140 B
C++
#include "variant.h"
|
|
#include "Arduino.h"
|
|
|
|
void initVariant()
|
|
{
|
|
pinMode(P_LORA_TX_LED, OUTPUT);
|
|
digitalWrite(P_LORA_TX_LED, HIGH);
|
|
} |