mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-07-15 23:29:10 +00:00
initial support for elecrow thinknode m7
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "variant.h"
|
||||
#include "Arduino.h"
|
||||
|
||||
void initVariant()
|
||||
{
|
||||
pinMode(P_LORA_TX_LED, OUTPUT);
|
||||
digitalWrite(P_LORA_TX_LED, HIGH);
|
||||
}
|
||||
Reference in New Issue
Block a user