mirror of
https://github.com/agessaman/MeshCore.git
synced 2026-09-01 20:08:46 +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);
|
|
} |